Removing top search bar in front page

Discussion in 'GeoCraft WordPress Theme' started by tobyb, May 7, 2013.

Thread Status:
Not open for further replies.
  1. tobyb

    tobyb Active Member

    Joined:
    Dec 28, 2011
    Messages:
    256
    Likes Received:
    31
    Location:
    World Wide
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to header.php present in your theme directory and remove the code given below

    Code:
     <?php
                        if (file_exists(TEMPLATE_PATH . '/home_searchform.php')):
                            require_once TEMPLATE_PATH . '/home_searchform.php';
                        endif;
                        ?>
    Sending image for reference

    [​IMG]
     
  3. tobyb

    tobyb Active Member

    Joined:
    Dec 28, 2011
    Messages:
    256
    Likes Received:
    31
    Location:
    World Wide
    Many thanks Gourav, appreciate you help.
    Cheers Tob.
     
Thread Status:
Not open for further replies.

Share This Page