Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1039287

    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?

    #1039792

    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

    #1046436

    Thanks @Rikard,

    I will try this when you fix the problem with footer templates appearing in search results ;)

    H

    #1048467

    Hi,

    The bug i s planned for the next release, we are testing the fix already :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.