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
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