Pagination links not working
-
Hello,
Site Home – https://[redacted]/
Listings page – https://[redacted]/index.php/press/On the above site I have a limit of 6 posts on archive pages. This works fine until I get more than 6 posts such as here – https://[redacted]/index.php/press/. The links to move to different archive pages appear and link to https://[redacted]/index.php/press/page/2/ which seems to be right but once clicked goes to a 404.
If I alter the url to https://[redacted]/index.php/press/?paged=2 it works fine.
I am simply using the following code to display it:-
<ul class="navlinks"> <li class="left"><?php next_posts_link('« Previous posts') ?></li> <li class="right"><?php previous_posts_link('Next posts »') ?></li> </ul>
I am using permalinks with a windows server (hence index.php) so can’t doing anything with mod rewrite. I don’t want to turn it off either.
Any help is much appreciated.
Dave.
- The topic ‘Pagination links not working’ is closed to new replies.