=== Plugin Name === Contributors: Menkii Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RCUN7WQ9H6FW Tags: page, navigation, menu, navmenu, post Requires at least: 3.3.1 Tested up to: 3.4.1 Stable tag: 1.0.1 The administrator is able to select a menu(from menu editor) in post/page editor. The navigation menu will be outputed with help from page_navigation_menu() function. == Description == The administrator is able to select a menu(from menu editor) in post/page editor. The navigation menu will be outputed with help from page_navigation_menu() function. == Installation == 1. Upload `page_navigation_menu.php` to `/wp-content/plugins/page_navigation_menu/` 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use the function page_navigation_menu() in a page template. == Changelog == = 1.0.1 = * Fixed a database-bug. = 1.0 = * Released first stable version