Opened 16 years ago
Closed 15 years ago
#15282 closed enhancement (invalid)
wp_nav_menu now displays menu depth
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Menus | Keywords: | reporter-feedback |
| Focuses: | Cc: |
Description
Adds sub-menu-depth-1 and menu-item-depth-2 classes to the ul and li classes when displaying wp_nav_menus.
This is useful for fanciful jquery manipulation of the menu.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
I don't see why this is needed, at least based on the use case.
Depth can be targeted with
li,li li, etc. And even better via jQuery.