Okay
  Public Ticket #146515
Single Blog Post Pagination
Closed

Comments

  • Rob started the conversation
    Is it possible to display next / previous pagination at the bottom of individual blog post pages?
  •  997
    ThemeNectar replied

    Hey Rob!

    Yes, but you would need to modify the single.php file located in the root of the theme folder. Open it up and add this in where you desire:

    <?php next_post_link('%link','<i class="icon-salient-left-arrow-thin"></i>'); ?>
    <?php previous_post_link('%link','<i class="icon-salient-right-arrow-thin"></i>'); ?>							

    Cheers!

  • Rob replied

    Thanks! Awesome, prob shud have used a child theme... its ok tho. Not hard to do if u update. thanks

  •  997
    ThemeNectar replied

    You're very welcome! :)