Search bar on ALL pages
I am looking in my Theme-searchbar.php file as to where i have allowed the searchbar to appear ie, all pages, the author page, etc etc (see below)
<?php
if ( is_page_template( 'tpl-ads-home.php' ) || is_search() || is_page() || is_404() || is_author() || is_tax( APP_TAX_CAT ) || is_tax( APP_TAX_TAG ) || is_singular( APP_POST_TYPE ) ) : ?>
The searchbar is now displaying on all pages bar ONE! - The payment summary page, the .com/order page where it asks you to choose from PayPal or Bank Transfer.
automatically i would assume that i need to edit the text above and enter || is_order() || however the sites just crashes and i cannot seem to get it right, no matter what i put in.
Please can you help me get this resolved
Thank You! :)