Searchbar on all ad pages ?
Hi,
I have the following; i want have the search bar visible on ad pages when I click the option view more ads (under).
The searchbar is not visible, know i can use a widget for the sidebar but i don't want to use that option.
see that on the second page the search bar and carousel are not visible.
have this code changed in
searchbar.php page.
Old code
if ( is_page_template( 'tpl-ads-home.php' ) || is_search() || is_404() || is_tax( APP_TAX_CAT ) || is_tax( APP_TAX_TAG ) || is_singular( APP_POST_TYPE ) ) :
New code
if ( is_page_template( 'tpl-ads-home.php' ) || is_search() || is_page() || is_404() || is_tax( APP_TAX_CAT ) || is_tax( APP_TAX_TAG ) || is_singular( APP_POST_TYPE ) )
I have added
|| is_page()
Does anyone have a solution for the search bar but maybe also for the caroussel.
Regards
Marcel