You can add a rewrite rule to override the post type rules and force it to load your page.
function wpd_fix_insights_pagination(){
add_rewrite_rule(
'insights/page/([0-9]+)/?$',
'index.php?pagename=insights&paged=$matches[1]',
'top'
);
}
add_action( 'init', 'wpd_fix_insights_pagination' );
Visit your Settings > Permalinks admin page after adding this code to flush rewrite rules.
Related Posts:
- Pagination not working with custom loop
- WP_Query Pagination on single-custom.php
- Have different number of posts on first page
- next_post_link() not working for single custom post type post
- wp_pagenavi() with custom wp_query()?
- Pagination with custom post type not working
- Custom post type archive 404’s with paginate_links
- Number of pages – multiple (custom) post types
- Multiple Paginations on one Page
- Custom permalink with pagination
- Custom Post Type Rewrite Rule for Author & Paging?
- Newer/Older posts links display same posts on every page
- Custom wp_query pagination – next_posts_link() or wp_pagenavi() always empty
- Pagination with custom loop
- Group list of posts by taxonomy and allow for pagination
- Custom post type archive with pagination?
- Pagination on a custom page template
- Pagination problems with multiple custom post type archive pages
- Display “Post 2 of 4” on single post page?
- posts_nav_link on single post template
- Pagination problem in custom post type used as front page
- Custom Taxonomy archive returns 404
- WP_Query pagination using only numbers instead of /page/1 on URL
- Pagination with custom post types results in 404 issues
- Custom query form submission pagination
- Paginated Taxonomy Term Archive including one post per term
- Pagination links not showing on custom post type admin list
- Pagination on Custom Post Type: 404 Error
- Pagination in a Shortcode. Get_next_posts_link not working but get_previous_posts_link works fine right next to it
- How to load custom post archives sub-pages with ajax?
- pagination redirecting from page number url before page requested
- Pagination on category page with custom post types
- Archive template for custom post type only lists first 10
- CPT: if more than X images are in post, use pagination
- Pagination is not working in custom post type
- Custom post type not displaying all entries
- Custom post type (with parent-child relationship) singular page with pagination
- How do I move/order posts with a tag to the end?
- Add Pagination on Custom Post Type Archive
- Woocommerce search pagination not working
- How To Show All Custom Post Types In A Category Instead Of Pagination?
- Custom Post Type Pagination Paginates Only in URL Structure
- Is it possible to to use custom post type types on a page with the same slug somehow?
- WordPress custom post query with pagination
- Custom post type pagination – always return first page
- Number of posts in the archive
- Pagination doesnt work in custom post type
- Custom post type and custom taxonomy 404 on page 2
- Pagination on search results page
- 404 Page Not Found on /Page/2/ on Tag Page
- Pagination for custom post types – url rewriting
- next page with custom post
- Difference between page and paged
- Taxonomy rewrite pagination 404
- Pagenavi Plugin and Custom Post Type – Multipage results
- Add pagination to custom single post template
- get_query_var(‘paged’) return 0 in custom category page
- Pagination links for custom post type shows correct number of links, but links result in Page not found
- Pagination for custom post type giving 404 error (but only for news page)
- how to skip a CPT element from the pager by custom field
- Pagination not working in custom post type. Help
- Remove custom taxonamy slug with pagination
- Add Pagination in custom Blog page template
- Custom post type, next and previous links by page title
- WordPress custom post type taxonomy paging
- WordPress doesn’t respect Page slug in custom post type url pagination. Keeps getting removed
- Custom Post Type canonical link / pagination redirecting to root
- Custom post type pagination problem – page 1 and 2 show same content
- Use WP pagination functions on a custom page template
- How to add pagination to a post loop in a custom BuddyPress tab
- Pagination not working (page/2 retunring 404 page)
- Post navigation doesn’t show (in custom template, custom post type, custom query)
- 2 custom posts types, in their own columns, one pagination for both
- Custom Pagination based on Custom Post Type
- Paginate Custom Post, Old and New buttons not displaying
- Paging not working for hierarchical custom post type
- Custom taxonomy in custom post type archive with pagination
- why custom post archive gives always no more than 10 posts despite of paging settings?
- Pagination on custom post types
- Pagination in custom post type page template
- How to display data with pagaination on backend?
- Custom Post Type Pagination Not Working or Single Posts Displaying?
- 404 error Custom search results page for custom post types with friendly URL
- query and paginate multiple post types
- Custom Post Type Pagination Problem in Admin Section
- previous_posts_link returns null when querying custom post type
- Custom Post Type Pagination for Bones Theme [duplicate]
- Pagination with Custom Post Type
- paging is not working properly on news archives page [duplicate]
- Pagination URL order
- Paged within a custom content type template [duplicate]
- Problems with pagination for a custom post type
- See the process of creating a taxonomy and tell me where I made a mistake
- Pagination not working in custom post type
- Pagination for custom post type on multisite not working
- Pagination on category pages using wp_pagenavi causes 404 errors
- WPNavi pagination links not working on custom pages
- Custom post type pagination not working in index.php file
- Custom post type category pages pagination returns 404
- remove pagination from a single blog entry