BACK TO DIRECTORY
This simple plugin was written to add classes to first, last, parent, even and odd elements of wp_page_menu and wp_nav_menu to support recognizing it in older browsers without :first-child, :last-child and :nth-child supporting.
Plugin adds the following classes to menu <li> tags:
- “first-menu-item” to every first child of <ul> or <menu> tag,
- “last-menu-item” to every last child of <ul> or <menu> tag,
- “parent-menu-item” to every child of <ul> or <menu> tag that has another <ul> or <menu> tag inside (a parent to another menu level),
- “odd-menu-item” to every odd child of <ul> or <menu> tag, including first and/or last child,
-
“even-menu-item” to every even child of <ul> or <menu> tag, including first and/or last child.
Above classes are added separately to each menu level. Plugin use SimpleXML extension and requires PHP 5 or higher. Menu should have valid XHTML code.
Plugin Details
Active Installs
40Total Downloads
6,791Version
1.6Requires WP
3.0.0Requires PHP
—Tested Up To
5.2.26Added
2011-08-12Last Updated
2019-09-08 12:21pm GMTRatings
5
1
4
0
3
0
2
0
1
0