• Resolved elindquist

    (@elindquist)


    I have the following code for navigation between posts:

    <div id="nav-above" class="navigation">
    <div class="nav-previous"><?php previous_post_link('&laquo; %link', '%title', TRUE); ?></div>
    <div class="nav-next"><?php next_post_link('%link &raquo;', '%title', TRUE); ?></div>
    </div><!-- end #nav-above -->

    I would like this navigation only to display on posts within four categories, but don’t know how to build an argument to make it happen.

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

The topic ‘Display navigation for posts only in specific categories’ is closed to new replies.