I am trying to style my menu created by wp_get_archives() like I did my menu created with wp_list_categories().
Somehow the wp_list_categories() created menu gives me classes on each
<li> like this: cat-item cat-item-25 current-cat, so I can style my current-cate link. But the menu created by wp_get_archives() does not do that. Am I missing something?
Any help would be greatly appreciated with this!!!