this is the basic loop
<?php while (have_posts()) : the_post(); ?>
i want to show 20 posts on the search results page, i know we can change the value on admin panel options. but it will change all i.e. index page and archive page etc. I need to have them differently.
thanks!