This should be possible. Can you explain your use case in more detail? I.e. will the “common sidebar” replace a sidebar already in the theme, or will it be a completely new one?
Thread Starter
ashf
(@ashf)
Hi,
I have basic sidebar that is:
service list widget
banner widget
Then on blog / CPTs, I have couple of custom sidebars:
recent posts(or CPT posts) widget
banner widget
I would like to share banner widget.
So you mean you would like the banner widget to show up in different locations (not just the same sidebar on different pages)?
If you just want the custom sidebars to be displayed on different pages, you can do this in the condition logic, e.g. any page OR any post OR […].
If it’s just the banner widget, I would suggest that you create a new sidebar for this widget only and let it merge with other sidebars on select conditions.