このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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.