What is the easiest way to place the Archives and Categories lists within my menu under a parent tab. I'd like both of the lists, such as "Archives" leading to the "archives" sub-menu, and the same for Categories. I'm looking for a non-programmatic (admin-panel only) solution for this.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
The new 3.0 menu will do this for categories, just create a custom link as the 'parent' tab and give it a url of http://# and then add our categories as sub items but it doesn't AFAIK give you a option for dealing with date based archives. |
|||
|
|
|
use wp_list_categories and wp_get_archives. |
|||||
|
