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
Hello , PHP: <?php if ( is_front_page() && is_home() ) {?> PHP: <?php } ?> Please follow below image to achieve this. Thanks & Regards Pramod
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
Hello Greg! Please provide URL of your website and screen shot of the page where you added above code. Thanks & regards Pramod