Next Page Not Showing
-
Even though I have content when you click on the next page I am getting a 404 error. I’m thinking it has to do with the theme I am using but I am not sure.
this is the code for the navigation
<div class=”navigation”>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
else { ?><div class=”right”><?php next_posts_link(‘Next Page »’) ?></div>
<div class=”left”><?php previous_posts_link(‘« Previous Page’) ?></div>
<?php } ?>the sites are duromineinformation.com, ihatecellulite.com (page 4 & up)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Next Page Not Showing’ is closed to new replies.