« See all FAQs for Continuum - Magazine Wordpress Theme
My pagination for my reviews and/or category pages results in 404 errors when I move to the next page.
This is because you have a page with the same slug as a custom post type or category, which will will result in 404 errors for some of the permalink structures. For instance, you can’t have a page with a slug of product-reviews because the slug of the custom post type for product reviews already uses it. Add “-2” to the end of the page slug, so it becomes product-reviews-2, or something like that.

