Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Menu-item-ancestor

Описание

This plugin is for developers and designers who want to have a separate class for menu items with children.

This plugin adds a menu-item-ancestor class to every menu item that has descendants.

Alows to use CSS to style only those menu items, that has descendants. For example you can add different background or different hover behavior.

Установка

  1. Upload menu-item-ancestor folder or menu-item-ancestor.php file to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use CSS menu-item-ancestor class to select and style menu items that have descendants

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Menu-item-ancestor» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Menu-item-ancestor» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1

  • Fixed the menu logic. The first version wrongly asumed that menu item stored it’s parent in posts table, when it’s actually is stored in postmeta table.

1.0

  • Big bang. Time starts.