Tumblr theme HTML help?

Lucinda

New member
I'm trying to fix my tumblr theme to where the captions of my posts always show. The only problem is whenever I remove the {block:permalinkpage} and {/block:permalinkpage} in the code, my posts are doubled instead of my captions showing.

Here's the section of html for the photo posts:

{block:Photo}<center>{block:IndexPage}<a href="{permalink}"><img class="photo" src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}
<br><br><img src="{PhotoURL-400}" class="photo2" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}
<p>{Caption}</p>
{/block:Caption}{/block:PermalinkPage}</center>{/block:Photo}


So what am I doing wrong? Please help. This is very aggravating.
Thank you. :D
 
Back
Top