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

    Hi there,

    I would like to set my custom sidebar as the default sidebar for all posts. I do not want to have to go through all my posts and change the sidebar (hundreds of posts!).

    I’m imagining I’ll have to change something in sidebar.php?

    Thanks
    Phil

    #726042

    Hey Phil!

    Please try using this plugin – https://wordpress.org/plugins/widget-logic/ and place your widget in displayed everywhere widget area and insert following condition in widget logic

    is_single()

    and for all widgets that you would not like to display in single sidebar, use

    !is_single()

    Best regards,
    Yigit

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