• Hi there,

    When I try to load more than 1 page using the pagination feature of the theme I get the no more posts button but I definitely have more posts.

    When I look at the network tab I can see its appending ‘=’ to the call for example its:
    Request URL: /page/=3/
    Instead of: /page/3/
    Which then gets a 404 error.

    Every subsequent request it makes it will append another ‘=’ to the request. Like this:
    =3/
    ==4/
    ===5/
    and so on.

    How do I fix this issue?

  • The topic ‘pagination not loading more than 2 page’ is closed to new replies.