Hello, I just downloaded your very nice Real Photography theme, but just noticed that there are no navigation to the previous, or next post entries, on single post entry pages.
How may I add that, please?
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
Hello, I just downloaded your very nice Real Photography theme, but just noticed that there are no navigation to the previous, or next post entries, on single post entry pages.
How may I add that, please?
Open single.php and add code given below as shown in image.
<nav id="nav-single"> <span class="nav-previous">
<?php previous_post_link('%link', __('<span class="meta-nav">←</span> Previous Post ', 'nutrition')); ?>
</span> <span class="nav-next">
<?php next_post_link('%link', __('Next Post <span class="meta-nav">→</span>', 'nutrition')); ?>
</span> </nav>

Thanks.
Thank you, Nitesh!
This topic has been closed to new replies.