Move search bar
Hi,
How can I change the location of the search bar but only on the homepage? Deleting the line <?php get_template_part( 'includes/theme', 'searchbar' ); ?> in wrapper.php makes it disappear everywhere of course. What I 'd like to do is the following;
Keep the search bar intact everywhere but only on the homepage I want it above the Ad categories box in the left section instead of sitewide. Tried to add it to the tpl.ads but can't get the width right using css without messing up the rest.
Thanks