Navigate Categories with Prev Next
-
Hi – anybody know how to navigate through category page? Completely stumped.
I’m trying to create a simple ‘Prev / Next’ button that will allow me to Navigate Category pages. By this I mean, not posts within…but the actual Categories themselves (like a nice additional level of navigation)
I am using the simple
category.php
template, to display the title of the Categories, it’s description and list the posts contained within..Right at the bottom of the category page (outside the loop), I am using the following – which so far only refreshed the same page rather then taking me to the next or previous one.
I’m sure I’m going about this about face, any advice would be amazing.
<div class="prev_next"> <div class="prev_next_text"><a href="<?php previous_posts_link(); ?>">< Previous</div> <div class="prev_next_text"><a href="<?php next_posts_link(); ?>">Next ></div> </div>
- The topic ‘Navigate Categories with Prev Next’ is closed to new replies.