WP2.1 Previous/Next Entries not working
-
For some reason the navigation on the bottom of The Loop for “Previous Page/Next Page” has stopped working. All of the themes I have including the Classic and Kubrick Themes have this same problem.
Here is the code:
<div class="bottom-page-nav"> <?php posts_nav_link('', '', _t('« Previous Entries')); ?> <strong> | </strong> <?php posts_nav_link('', _t('Next Entries »'), ''); ?> </div>
All I see on the page is the ” | ” the previous Entries and Next Entries navigation does not appear at all. Does anyone know how to fix this issue?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘WP2.1 Previous/Next Entries not working’ is closed to new replies.