Tagged: search results page
There appears to be a default sidebar in my search results page despite there being no widget defined for it.
How do I customise the sidebar widgets on the search results page?
Hey Heathcliffe,
The search page will use the default sidebar, if you want to override that then please copy search.php to your child theme. Then look for this line:
get_sidebar();
You can add the name of your sidebar in that function, for instance:
get_sidebar('name-of-sidebar');
Best regards,
Rikard
Thanks @Rikard,
I will try this when you fix the problem with footer templates appearing in search results ;)
H
Hi,
The bug i s planned for the next release, we are testing the fix already :)
Best regards,
Basilis