Comments Rob started the conversationJanuary 13, 2014 at 11:00amIs it possible to display next / previous pagination at the bottom of individual blog post pages? 1,069ThemeNectar repliedJanuary 16, 2014 at 12:03pmHey 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 repliedJanuary 16, 2014 at 12:12pmThanks! Awesome, prob shud have used a child theme... its ok tho. Not hard to do if u update. thanks 1,069ThemeNectar repliedJanuary 17, 2014 at 8:44amYou're very welcome! :) Sign in to reply ...
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:
Cheers!
Thanks! Awesome, prob shud have used a child theme... its ok tho. Not hard to do if u update. thanks
You're very welcome! :)