• Hi,
    Currently I’m using a custom permalink structure of /%category%/%postname% so for example a post “example” in the “projects” category will be in /projects/example . This works fine, however simply navigating to /projects works only for the first page, clicking any of the next page buttons gives a 404 error (e.g. /projects/page/2 )

    Is there a simple way to either:
    1) make the page/2 pages work as expected
    or
    2) redirect /projects to /category/projects

    By the way I’m using nginx so rewrite rules won’t help.

Viewing 1 replies (of 1 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Is the category you are referring to a custom taxonomy? Are you using a query_posts on the loop? Are you using multiple loops?

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination with category based permalinks’ is closed to new replies.