Tagged: search
Hi
I found the following code and test it
code
This code applies to all posts and pages.
I’m going to just remove sidebar on the search page.
thanks
Hey pouria93,
If you don’t want to remove the sidebar for all archive pages, please try replacing this code
if(!is_archive() && !is_search()) return;
with this
if(!is_search()) return;
Best regards,
Sarah