Linux 软件免费装
Banner图

Plugin Name

开发者 Nick_theGeek
更新时间 2012年3月20日 07:22
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 3.3.1

标签

menu genesis studiopress genesiswp

下载

0.2 0.4 1.0 1.0.1

详情介绍:

Genesis Nav Menu Amplified restores the Genesis 1.5 menu system and extends it. Specifically it: This plugin requires the Genesis Theme Framework aff link

安装:

  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

常见问题:

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.

更新日志:

1.0 (3-19-2012 : Current) 1.0 (1-20-2012) 0.3 (7-6-2011) 0.3 (5-12-2011) 0.1 (5-12-2011)