Multiple widget pages in theme admin?
-
On the theme that I am creating I want to have different widgets on content pages and post pages… I want a large number of widget areas on each template…
I could just register lots of widget areas to appear on the main Widget page, but a neater solution would be to have separate Widget option pages for each template…
Is it possible to create multiple Widget theme option pages?
Thanks,
Andy
-
Is it possible to create multiple Widget theme option pages?
No; Widgets are configured via
Dashboard -> Appearance -> Widgets.Technically speaking, almost everything can be modified in WordPress; however, spreading out Widget management over several pages would be terrible UX. Users expect Widget configuration to be found at
Dashboard -> Appearance -> Widgets.Your options:
1) Create multiple, contextual Widgetized sidebars
2) Use the Widget Logic Plugin (or similar) to allow conditional application of Widgets within your defined Widgetized sidebars.Thanks for the reply… 🙂
spreading out Widget management over several pages would be terrible UX
I definitely disagree with that one!
I would argue that having a few widget menu pages is much preferable to having (for example) the following widget areas on one page:
Front page widget area 1 (This is not what they would be named, of course)…
Front page widget area 2
Front page widget area 3
Front page widget area 4
Front page widget area 5
Front page widget area 6
Front page widget area 7
Post page widget area 1
Post page widget area 2
Post page widget area 3
Post page widget area 4
Post page widget area 5
Post page widget area 6
Post page widget area 7
Content page widget area 1
Content page widget area 2
Content page widget area 3
Content page widget area 4
Content page widget area 5
Content page widget area 6
Content page widget area 7Trying to drag widgets into the widget areas becomes impossible… That is definitely not good UX.
(And yes, in case you were wondering, I have very good reasons for wanting such a large number of widgets in my theme).
The topic ‘Multiple widget pages in theme admin?’ is closed to new replies.