Number of WordPress Search Results June 18th, 2014
Control the number of search or post tag results in WordPress by adding the following just beforeĀ “<?php if (have_posts()) : ?>” in search.php and/or archive.php…
<?php query_posts($query_string . '&showposts=25'); ?>