• I’m working on a theme that has a custom portfolio page used to display thumbnails of portfolio posts. The number of posts in this page is limited to 8, so I have a link back to older project that should display the previous 8 portfolio post thumbnails. Problem is it displays ‘Nothing Found Here’ not the next set of thumbs.

    Here the code I am using.

    <div class="nav-previous fl"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Other Projects','themnific') ); ?></div>
    			<div class="nav-next fr"><?php previous_posts_link( __( 'Newer Projects <span class="meta-nav">&rarr;</span>','themnific') ); ?></div>

    What am I missing here?

    Any help much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Linking to older posts’ is closed to new replies.