hi, how do i make it so that the captions don't show up on your themes?
So I guess you want the captions to dissapear from the photos and photosets, right?
Well it should be similar for any of my themes.
Go to Customize -> Edit HTML and scroll to somewhere near the bottom. You need to find this (or something similar - it’s different from theme to theme) :
{block:Photo}
{LinkOpenTag}
{LinkCloseTag}
{block:Caption}{Caption}{/block:Caption}{/block:Photo}
and this:
{block:Photoset}
{Photoset-500}{block:Caption}{Caption}{/block:Caption} {/block:Photoset}
Anyway, the thing is you need to find something that starts with {block:Photo} and {block:Photoset} that’s the point..
In both of them you have{block:Caption}{Caption}{/block:Caption}. Well, delete that. Now you can save and that’s all. :)















