For some reason, the "next page" button on our site, WhoWhatWhy.com, only returns to the first page.
Anybody have any suggestions?
For some reason, the "next page" button on our site, WhoWhatWhy.com, only returns to the first page.
Anybody have any suggestions?
Some plugin added recently? Try another theme for a minute to see what happens.
Edit index.php in your theme and check that the code:
<?php previous_posts_link();?>
<?php next_posts_link(); ?>
is after:
<?php endwhile; ?>
This topic has been closed to new replies.