hi can i ask how to put the hide caption option in ur tumblr theme?? thank u :)
hi anon,if you want to hide a caption it’s usually best just to do this on your index page, so that when your visitors visit the actual post through a permalink they can still see the caption!
how to hide captions on your index page
depending on the theme you’re using there might be a caption block within each post type or a single caption block located outside of the post types.
what you’re looking for is this –Â
{block:Caption}{Caption}{/block:Caption}
wherever that appears in your theme, you want to wrap it in a div class… for example -Â
{block:Caption}{Caption}{/block:Caption}
then you need to add the corresponding css…
.caption {Â Â Â {block:IndexPage}Â Â Â Â Â display:none;Â Â Â {/block:IndexPage}Â Â Â {block:PermalinkPage}Â Â Â Â Â display:block;Â Â Â {block:PermalinkPage} }
you can add other css to style your captions, for example a left border, or different background, text colour etc. but that should pretty much do it! Â
if you found this helpful, a like or reblog is much appreciated!Â
















