Taxonomy rewrite pagination 404
While looking for a solution I got this post: Taxonomies with same slug as CPT So basically you need to add custom rewrite rules, I haven’t tested the solution but I guess it will work out for you. /* Register CPT */ function wpse_138987_post_type_filter() { register_post_type(‘filter’, array( ‘labels’ => array( ‘name’ => ‘Filter’, ‘all_items’ => … Read more