Important Note


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



InkThemes Support Forum » Real Photography Theme

[closed]

No 'Previous' or 'Next' for blog posts?

(3 posts)
  1. MrJPH
    Member

    Member
    Joined: Jul 2012
    Posts: 2

    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?

    Posted 10 months ago #
  2. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    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">&larr;</span> Previous Post ', 'nutrition')); ?>
                            </span> <span class="nav-next">
                                <?php next_post_link('%link', __('Next Post <span class="meta-nav">&rarr;</span>', 'nutrition')); ?>
                            </span> </nav>

    Thanks.

    Posted 10 months ago #
  3. MrJPH
    Member

    Member
    Joined: Jul 2012
    Posts: 2

    Thank you, Nitesh!

    Posted 10 months ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.