=== Inner Page Menu ===
Contributors: EnigmaWeb
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4
Tags: menu, add menu, inner page menu
Requires at least: 3.1
Tested up to: 6.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add dynamic menus to your inner pages.

== 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.

== Installation ==

1. Upload the `inner-page-menu` folder to the `/wp-content/plugins/` directory
1. Activate the Inner Page Menu plugin through the 'Plugins' menu in WordPress
1. 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.
 
== Frequently Asked Questions ==

None yet.

== Screenshots ==

1. An example of Inner Page Menu in action (front end).
2. The Inner Page Menu meta box on Page (back end)

== Changelog ==

= 1.1 =
* Added shortcode
* Tested with newer WordPress versions

= 1.0 =
* Initial release

== Upgrade Notice ==

= 1.1 =
* Added shortcode
* Tested with newer WordPress versions

= 1.0 =
* Initial release