Change Number of Search Results
To change the number of search results listed add the following snippet right above the if(have_posts) statement. So it would look like this:
To change the number of search results listed add the following snippet right above the if(have_posts) statement. So it would look like this:
The following snippet will limit search results to display blog posts only on your search results page. Copy and paste the following into functions.php function SearchFilter($query) { if ($query->is_search) {…