Answer the question
In order to leave comments, you need to log in
How to remove the dependence on the display of records, which is indicated in the admin panel?
I have a custom wp_query, for example:
$paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
$query_custom = new WP_Query( [ 'posts_per_page' => 9, 'paged' => $paged] );
Answer the question
In order to leave comments, you need to log in
404 is not your reason, this option does not affect custom WP_Query() queries. Most likely you are not displaying pagination on the page correctly. Attach the whole code or follow this guide
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question