• Hi,

    here is the relevant page https://www.subweight.com

    The home page is set up as a static page with the blog page set to a separate page.

    When I click on the previous posts button at the bottom, it operates as expected once, and shows me the next group of older posts. However when I click it again, it all does is take me to the same page again.

    I think this code might be relevant from the theme I am using.

    https://pastebin.com/pMPBcvid

    Theme: Reaction WP Responsive, Version, 1.9.0
    Wordpress version 3.4.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • You should reset your permalink from wordpress backend. Steps are:
    WordPress login > Settings > Permalinks > Select “Post Name” > Save changes

    Thread Starter subweight

    (@subweight)

    Unfortunately this hasn’t solved the problem.

    I can say that directly going to the URL /page/3/ and /page/4/ works. If that is any assistance.

    Try the following default paging function of WordPress instead of your paging code:

    previous_posts_link();
    next_posts_link();
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagination problems with static page and custom theme’ is closed to new replies.