=== Plugin Name === Contributors: gamedefender Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7758427 Tags: menu hierarchy, widget, menu, pages, subpages, siblings Requires at least: 2.0.0 Tested up to: 2.8.4 Stable tag: trunk Nothing really too complicated here, just a way to list the all sub pages (and siblings) of the page you're currently viewing. == Description == Requirements: * User entry for Title * Title should be derived from parent_id if blank * list subpages or siblings of current page * do not list siblings of top level pages * Hide widget if there aren't any sub pages to list == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `sub-pages.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use the 'Apperance' menu to place the widget into your blog == Frequently Asked Questions == = Why use this wiget? = Use this widget if you feel the need to have easy to access links to direct sub pages and siblings of your current page. It's a pretty basic and simple to use plugin. == Screenshots == No screenshots at present == Changelog == = 0.3 = * Fixed method name conflicts with other widgets I've created when used simultaneously. * Changed header and footer method names. = 0.2 = * Added Options control = 0.1 = * Initial Release