Re: Clicking photo to go to next post/page

28 views
Skip to first unread message
Message has been deleted

balconythemes

unread,
Jun 28, 2015, 4:57:50 AM6/28/15
to balcony...@googlegroups.com
Hi!

You will need to do three things, but first go to https://www.tumblr.com/customize/your_blog_name
  1. remove the "Endless scrolling", uncheck the box on your blog settings
  2. change your blog settings, advanced options, to one post per page
  3. insert that code after clicking on "edit html" (again on the settings page)

locate:

{block:Photo}
 
...
{/block:Photo}

replace it with that code:

{block:Photo}
   
<figure class="Media">
     
<div class="Image">
         
<a href="{block:NextPage}{NextPage}{/block:NextPage}">
           
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
         
</a>
      </
div>
     
{block:Caption}
         
<figcaption class="Caption"> {Caption} </figcaption>
      {/
block:Caption}
   
</figure>
{/
block:Photo}


Is it working?
Reply all
Reply to author
Forward
0 new messages