Eliminate the search on pages

Viewing 3 posts - 1 through 3 (of 3 total)
  • #5621
    jaxtman
    Participant

    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

    #5636
    Daniel Tara
    Keymaster

    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; ?>
    #5663
    jaxtman
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.