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
ermalinkpage} and {/block
ermalinkpage} in the code, my posts are doubled instead of my captions showing.
Here's the section of html for the photo posts:
{block
hoto}<center>{block:IndexPage}<a href="{permalink}"><img class="photo" src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:IndexPage}
{block
ermalinkPage}{LinkOpenTag}
<br><br><img src="{PhotoURL-400}" class="photo2" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}
<p>{Caption}</p>
{/block:Caption}{/block
ermalinkPage}</center>{/block
hoto}
So what am I doing wrong? Please help. This is very aggravating.
Thank you.


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

{block

<br><br><img src="{PhotoURL-400}" class="photo2" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}
<p>{Caption}</p>
{/block:Caption}{/block


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