paginate_links method doesn’t show second page of my custom wp_query
You’ll have a much easier time if you use the main query, and add your extra filters with pre_get_posts. So first of all, just use search.php as your template, and use the main query. So no new WP_Query(), and use the have_posts() and the_post() functions, not the methods. So your template (simplified) would be like … Read more