Hi
Please can you advise on the way to change the sidebar thats shown on the search results page ?
Thanks
Nik
Hi
Please can you advise on the way to change the sidebar thats shown on the search results page ?
Thanks
Nik
Hey,
you can change the get_sidebar reference in search.php - i.e. create a second sidebar template, call it sidebar-second.php an in search.php replace:
get_sidebar();
with:
get_sidebar('second');
You must log in to post.