I’m trying to give different values for before_widget, before_title etc. through register_sidebar
. And no, I can’t create another, because I need all the same widgets in both copies of the sidebar. Many widgets can only be in one sidebar.
I’m currently trying to put a hack together based on the implementation of dynamic_sidebar
, but that isn’t a clean solution and may break after upgrades.