Custom Search form in a page
-
Hi, i’m using twentyten themes. I want 4 search forms in a page . Every search form will search a defined category.
I’ve used this code for excluding category.
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; $s = get_query_var('s'); query_posts("s=$s&cat=-1,-9&paged=$page"); ?>
But problem is how to work with 4 search form by a single search.php file ? Would you please give me a simple way ? i don’t wanna use Plugins.
- The topic ‘Custom Search form in a page’ is closed to new replies.