bimmusic
Member
Posted 1 year ago #
Hi there - thanks for the help
site.com/page/2 - working
site.com/category/page/2 - working
site.com/tag/page/2 - working
site.com/username/page/2 - returns a 404
Any idea why and a fix? I'm using <?php next_posts_link('« Older Entries') ?> and the custom permalink structure of /%author%/%postname%.
Many thanks,
Bim
Try it with the default permalinks, if it resolves the issue you then know the cause (the chosen permalink structure). If that doesn't help, then open up the template file that deals with the display of author pages (author.php in your theme if you have one), and see if you have a line with query_posts and if so, check if it includes the paged parameter.