Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #834960

    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

    #835197

    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

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