plugin-icon

MAJpage Menu Class Extender

Adds classes to first, last, parent, even and odd elements of wp_page_menu and wp_nav_menu.
평가
5
최근 업데이트일
September 8, 2019
버전
1.6
활성화된 설치 항목
90

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.

무료Creator 요금제에서
활성화된 설치 항목
90
테스트된 버전
5.2.21
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.