Forums
(@cg219)
16 years, 11 months ago
Hey poster, this should help
<?php query_posts(“$query_string . ‘&posts_per_page=-1′”); ?>
Put that right before your loop. $query_string holds whatever the current query is. In this case it is your search.
Good Luck =D