• tkelting08

    (@tkelting08)


    Hello, I have my home page set to where it shows the newest post from two different categories. I would like a button under each post that links to the previous post.

    I have the same basic setup on each of the posts individual pages except I used: previous_post_link which doesn’t work on the home page.

    So to try and clarify I need a button on the homepage that links to the second to newest post on a specific category.

    Any ideas on how I can achieve this?

Viewing 1 replies (of 1 total)
  • avinash-woodun

    (@avinash-woodun)

    Really easy…

    On the single.php just add

    <?php previous_post_link('%link', 'Previous', TRUE, '13'); ?>
     <div style="float:right;"><?php next_post_link('%link', 'Next', TRUE, '13'); ?> </div>

    where 13 is the category to exclude, (if ever you need to exclude posts from categories)..

Viewing 1 replies (of 1 total)
  • The topic ‘How can I link to the next to newest post?’ is closed to new replies.