How to show X results on the search results page in WordPress?


function wpsc_limit_posts_per_search_page() {
if ( is_search() )
    set_query_var('posts_per_archive_page', 20);
}
add_filter('pre_get_posts', 'wpsc_limit_posts_per_search_page');

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This