Hi Daniel,
I would like to eliminate the search area on each individual page. What code do I need to delete in order to do that? Thanks again for you help.
Jen
What theme are you using? Basically you need to open searchform.php and wrap it in this:
<?php if( ! is_page() ) : ?>
// Search Form goes here
<?php endif; ?>
I am using the minimatica theme.
What do you mean by wrapping it?
Do I make it look just like the above example?
Thanks, code isn’t my strong point.