Making two search boxes only display on the home page

Discussion in 'GeoCraft WordPress Theme' started by gaamain1, Nov 7, 2014.

  1. gaamain1

    gaamain1 New Member

    Joined:
    Sep 11, 2014
    Messages:
    22
    Likes Received:
    0
    Is there a way to make the two search boxes only show up on the home page or at least not display on the "All Listings for ..." pages. It is confusing when the user sees the search boxes again after choosing a category search.

    Thanks,
    Greg
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello ,

    PHP:
    <?php if ( is_front_page() && is_home() ) {
    ?>
    PHP:
    <?php ?>
    Please follow below image to achieve this.
    8-geo-front-search.png
    Thanks & Regards
    Pramod
     
  3. gaamain1

    gaamain1 New Member

    Joined:
    Sep 11, 2014
    Messages:
    22
    Likes Received:
    0
    I applied the changes and it caused the two search boxes to disappear from the front page, as well as, all of the other pages.

    Greg
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Greg!
    Please provide URL of your website and screen shot of the page where you added above code.
    Thanks & regards
    Pramod
     

Share This Page