このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Genesis Nav Menu Amplified

説明

Genesis Nav Menu Amplified restores the Genesis 1.5 menu system and extends it. Specifically it:

  • Supports List Pages/Categories
  • Supports Exclude/Include by ID
  • Supports Nav Extras on Primary and Secondary Navigation

This plugin requires the Genesis Theme Framework aff link

Special Thanks

I owe a huge debt of gratitude to all the folks at StudioPress, their themes make my life easier.

インストール

  1. Upload the entire genesis-nav-menu-amplified folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Genesis Theme Settings
  4. Select desired menu options and save settings

FAQ

Why is my menu Duplicated?

The Menu was probably moved using an uncommon menu hooks like
remove_action( ‘genesis_after_header’, ‘genesis_do_nav’ );
add_action( ‘genesis_sidebar’, ‘genesis_do_nav’ );

You need to change it to
remove_action( ‘genesis_after_header’, ‘gnma_do_nav’ );
add_action( ‘genesis_sidebar’, ‘gnma_do_nav’ );

How do I move the menu?

See the code in the previous question. That is the same code for moving the menu. If you want to use a different hook, change the “genesis_before_header” part of the code, if you want to move the secondary menu change “gnma_do_nav” to “gnma_do_subnav.”

Alternately you can try the normal method for moving the menu, the plugin checks over a dozen of the most likely to be used hooks to see if a Genesis menu is there and then replaces it.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Genesis Nav Menu Amplified はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Genesis Nav Menu Amplified” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0 (3-19-2012 : Current)

  • menu-primary, menu, and menu-secondary classes for newer child theme compatibility

1.0 (1-20-2012)

  • Added support for Genesis 1.8

0.3 (7-6-2011)

  • Added support for Genesis 1.7 theme options

0.3 (5-12-2011)

  • Added ability for plugin to replace menus automatically on over a dozen common Genesis Hooks including priority

0.1 (5-12-2011)

  • First Public Release