Maximum number of search results?
I am trying to set a "Maximum" for the number of search results received when a user searches for something using the search boxes in the header. At the moment, I can see there is the option to set "Maximum number of results PER PAGE" but I need to set a "Maximum Number of Results!"
Where would this be done please?
I am looking in /includes/views.php where I can see the settings for "class VA_Listing_Search extends APP_View" and the options to "$wp_query->set( 'posts_per_page', $va_options->listings_per_page );" - I need to know if there is a way to add to this to only show the latest 50 results and nothing more.
Help!