Tagged: search, search pages
http://www.onesourcebackground.com
When I search for a published page on my site, it shows a sidebar of ALL published pages. Is there a way to customize this? Is there a way to change what sidebar is displayed? If so, where?
Hey!
Please try using this plugin – https://wordpress.org/plugins/widget-logic/ and add your widgets to “Displayed Everywhere” widget area and add
is_search()
for the ones you would like to display on search page and
!is_search()
for the ones that you would not like to display on search page
Regards,
Yigit