Search code examples
csspostphototumblrcaption

Tumblr photo post caption positioning


I was hoping somebody would be able to help with the following query...

I've setup a Tumblr blog on which I'm going to regularly post photo sets. I'd like to write a brief description with each set. I can do this within the caption field that sits below the image. The problem with this is that when including multiple images within a post the description will be lost at the bottom, below all the images.

I'd like the caption to be positioned at the top of the post, before the images so that viewers can read the description first.

Here's a link to the blog, though empty for now I've inserted a test post to show how the information is displayed. The black block represents an image set,'Coming Soon' was entered in the caption field.

http://rg-e.tumblr.com/

Any thoughts/or guidance would be greatly appreciated.

Thanks.


Solution

  • Would need to see your theme's code to provide you with specifics, but you just need to move where the {block:Caption} is being rendered.

    An example:

    {block:Photoset}
        {block:Caption}{Caption}{/block:Caption}
    
        {Photoset-500}
    {/block:Photoset}
    

    This will put the photoset's caption above the photoset.