Popis
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.
Instalace
- Upload
menu-item-ancestor
folder ormenu-item-ancestor.php
file to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Use CSS menu-item-ancestor class to select and style menu items that have descendants
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Menu-item-ancestor je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Menu-item-ancestor” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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.