Hello All,
on Atahualpa, what is the difference between the search box on the header and the archive search box that you can insert on the side bars ? Do they do the same job so I can remove the search box on the hearder without conflict ?
Thanks a lot.
I don't know this theme but usually the search boxes are independent.
You can have as many as you want by using this code: <?php get_search_form(); ?>
So in your case I would say that you wouldnt have a problem in deleting that one on the header. But Just in case... do a backup!