function wphelp_custom_pre_get_posts( $query ) {
if( $query->is_main_query() && !$query->is_feed() && !is_admin() && is_category()) {
$query->set( 'paged', str_replace( "https://wordpress.stackexchange.com/", '', get_query_var( 'page' ) ) ); } }
add_action('pre_get_posts','wphelp_custom_pre_get_posts');
function wphelp_custom_request($query_string ) {
if( isset( $query_string['page'] ) ) {
if( ''!=$query_string['page'] ) {
if( isset( $query_string['name'] ) ) { unset( $query_string['name'] ); } } } return $query_string; }
add_filter('request', 'wphelp_custom_request');
I have used this code and it helped me through for now.
Related Posts:
- Pagination shows 404 after a certain number of pages
- Pagination causes error 404 when used with front-page.php
- Intentionally exceed max_num_pages on main query without getting 404?
- Custom pagination with WP_Query generating 404 error
- How to return a 404 when custom query matches nothing?
- paged variable not working for category/custom post archive
- Pagination with Custom Post Type not working on index.php: I get a 404
- taxonomy-{term}.php terms pagination returning 404 after a certain page
- How can i retrieve default post per page value? from settings->reading. And total number of posts?
- Multiple WP_Query loops with Pagination
- Pagination with custom SQL query
- Different ‘posts_per_page’ setting for first, and rest of the paginated pages?
- paginate_links() adds empty href to first page and previous link
- Custom WP_Query order by post_meta and (author) user_meta
- Query causing load because of SQL_CALC_FOUND_ROWS post counting?
- How to trigger 404 for custom query var?
- Pagination with 5 posts per page
- Pagination custom query
- Add and in the header while looping over custom query in page template
- Pagination wont work with search results template [duplicate]
- Pagination Not working on Home Page with 2 Query
- Best Practice For Querying Grandchildren?
- Pagination not working on static page
- ‘paged’ in wp_query doesn’t work
- Display different number of posts from one category on the different pages
- Pagination not working Search posts
- Pagination not working for category posts
- WP Query with offset breaks wp_pagenavi or any pagination
- Search – Ajax – Alter Query Parameters with Pagination
- Two queries on the same page with pagination
- Show single post then all posts (with pagination)
- WP_Query pagination not working in admin area
- WordPress pagination link always leads to home page
- Pagination working everywhere but the index page
- if/else on custom query gives 200 OK when condition not met?
- WP_Query ajax loader detect end of posts
- Storing query variable and then using wp_reset_query
- Pagination of a WP_Query Loop in a child-page page template
- How to set pagination to work with ‘/page/’?
- WP_Query Pagination on multiple-loop page breaks WP or doesn’t show up
- WordPress Pagination changes my template
- wp_query ‘s’, search filter with pagination is not working
- Custom Pagination Layout for Elementor widget
- WordPress pagination not working on template search.php
- Pagination links missing for first link (1) and previous button? How to get pagination links to work?
- Pagination outside of loop
- Multisite pagination issue by multi query archive 404
- Custom Pagination in Shortcode with WP_Query
- Avoid repeated post on page 2 when excluding one on page 1
- Pagination for blog posts reloading same page [closed]
- Append URL query to next post link in custom query
- Custom WP_Query always respond with 200 status even when no entry
- Pagination is not working with custom query inside a homepage template
- Display single most recent post in category on every page of category archive
- Include latest author posts with pagination in single template?
- How to use if($wp_query->query_vars[‘name’] == ‘pagethatdontexist’) without getting a 404? How to suppress 404
- Page navigation doesn’t seem to work when I add offset?
- is_404() – where does this get set?
- I am officially missing something about transient posts
- How to filter a static post page with ajax and $wp_query
- WP_Query Pagination
- WP_Query, Paginate by Custom Field
- Why is my pagination /page/2 taking me to index.php?
- duplicated posts when using pagination
- How can I have sticky posts while ALSO showing posts from a specific category using one WP_Query?
- WordPress Sub Category Archive, Show Extra Empty Page Number in Pagination
- WP_query pagination on frontpage
- Show a message if there are no active posts in category
- Pagination unique to a widget
- Why pagination is not working with tax_query param?
- paginate_links method doesn’t show second page of my custom wp_query
- Wp_Query Post per page not working?
- 404 page on custom search pagination
- Paging works correctly on local version, but not live?
- Pagination not working in custom loop WP_Query
- Showing the correct number of posts_per_page when avoiding the use of post__not_in
- Paginate nested query of child posts
- How to set up pagination for a custom loop on a global template (author.php, tag.php, archive.php?)
- Combine WP_Query with array of custom data to single loop without breaking the pagination
- WP_Query with Pagination and orderby meta_value_num showing duplicates
- previous_posts_link not working in WordPress pagination
- Pagination not working with WP_QUERY
- WP_Query with meta_value_num and meta_query not paged correctly
- Horizontally paginate through sets of blog posts?
- Pagination with WP_Query not working
- Comments orderby comment date not working
- Switched from query_posts to wp_query, pagination no longer working
- wp_query pagination links producing 404
- Query specific number of posts for each post type in specific order
- Why won’t my paged wp_query work? [duplicate]
- WP_Query breaks pagination
- Pagination doesn’t work for home page custom post type query
- Loop issues when creating custom query for media uploader
- Query multiple taxonomies with pagination
- paginate_links() with Custom Taxonomy
- Pagination problem with multiple loops on the same page
- error with $query->have_posts()
- Show number of posts AND number on current page (cannot make it work)
- Search results stuck on page 1
- Pagination only showed when no category is set in wp_query