Description
This plugin adds a clean, simple meta box to Page allowing you to select a menu to display. Perfect for inner page sidebars.
Simply activate the plugin, then add <?php inner_page_menu(); ?>
in your theme page or sidebar template, or use shortcode [inner-page-menu]
(eg in a sidebar widget), where you want the inner menus to appear.
Screenshots
Installation
- Upload the
inner-page-menu
folder to the/wp-content/plugins/
directory - Activate the Inner Page Menu plugin through the ‘Plugins’ menu in WordPress
- Add
<?php inner_page_menu(); ?>
in your theme page or sidebar template or use shortcode[inner-page-menu]
(eg in a sidebar widget) where you want the inner menus to appear.
FAQ
None yet.
Reviews
Contributors & Developers
“Inner Page Menu” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Inner Page Menu” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Added shortcode
- Tested with newer WordPress versions
1.0
- Initial release