Two "Categories" widgets containing unique categories?
-
I have a “Categories” widget (drop=down menu) that now contains too many categories; I would like to split the list into two. I have added a new “Categories” widget (different title) but it contains exactly the same categories as the first. How can I have two “Category” widgets which each contain different categories?
The blog I need help with is: (visible only to logged in users)
-
P.S. the second Category widget (titled “Special Birds”) doesn’t work, i.e. if user selects a category, the postings with that category selected do NOT show up.
-
The only way to have two different Category widgets, and neither of them listing all the categories, is to write them by hand in a text widget.
-
Thanks for responding, Raincoaster. I haven’t used a Text widget yet; I’m assuming that I would need to add code (html? php? codex?) in order for a Text widget to function like a Categories widget, i.e. like a search engine for blogs that contain a given category. I have limited experience with html.
-
a) You can’t create dropdowns in the sidebar, even if you use a Text widget.
b) Using Text widgets is neither the only nor the easiest way to create two category lists. You can create two custom menus in Appearance > Menus, then add two Custom Menu widgets. But again they won’t be dropdowns.
For details on custom menus see this post of mine:
- The topic ‘Two "Categories" widgets containing unique categories?’ is closed to new replies.