|
Glad my blog is helpful. I find that perhaps I post too many random things lol. Anyways, to remove captions, find the following:
<div id=”captiona” style=”overflow:hidden; max-width:500px!important;”> {block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}{block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
This is the code for theme 28. But for other themes, it works the same way. Generally, the caption codes are inside the bolded text. Now, put {block:permalinkpage} and {/block:permalinkpage} outside the bolded text like so:
{block:permalinkpage}<div id=”captiona” style=”overflow:hidden; max-width:500px!important;”> {block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}{block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div> {/block:permalinkpage}
I didn’t include an option of hidden captions because for some weird reason, there is padding (awkward gap) after the posts and no matter what I do, I can’t get it to disappear. So the captions kind-of make the padding less visible. Sneaky, I know, but I don’t know how to fix it. I’ll give it another go some other time.