• Hi there,

    I’m using my own edited version of the TwentyTen template, and I want to edit single.php to only display links to the previous and next posts in the Blog category.

    I’ve tried various fixes to the code below but none of them seem to be working. Any help would be great. Thanks!

    <div id="nav-above" class="navigation">
    					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
    					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
    				</div><!-- #nav-below -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next / Previous Post by Category’ is closed to new replies.