=== YT Tree Menu === Contributors: ytruly Donate link: http://ytruly.net/ Tags: wordpress, widget, plugin, sidebar, menu, tree, cms, page, post, pages, posts, ancestor, parent, child, children, subpage, sub-page, sub, blog, news, filter, folder Requires at least: 3.0 Tested up to: 3.0 Stable tag: 0.3.1 This plugin is designed to be a page menu for people using Worpdress as a CMS == Description == 'YT Tree Menu' is a widget plugin that displays a menu of all pages in relation to the current page in a CMS tree style layout. The menu is filtered to only list specific pages including child pages. The blog page and posts are supported and it also has the option to exclude items and sort the menu by different columns. == Installation == 1. Upload the directory `yt-tree-menu` to the `/wp-content/plugins/` directory or install the plugin directly with the 'Install' function in the 'Plugins' menu in WordPress 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add the sidebar widget through the 'Design' menu in WordPress == Screenshots == 1. The widget at various page levels == Changelog == = 0.3.1 = * Style fixes * Bug Fixes = 0.3 = * Added blog page and recent posts * Added non-static blog home page * Added option for menu levels * Added option for post count * Style fixes * Bug Fixes = 0.2 = * Added sort option. * Bug Fixes. = 0.1 = * First stable version. == Upgrade Notice == = 0.3 = Added support for the blog page and posts. Also added the option to filter posts by ID (with pages), and determine a maximum level. == Frequently Asked Questions == = How can I give you feedback or development ideas? = Contact me here: ytwebdev@gmail.com = Do you accept donations? = Not yet. == CSS Styles == Most default Wordpress classes have been added to the widget, but some level aware classes have been added for further styling. Level numbers start at 1 (top level pages) and increase depending on how far down the tree structure the pages go. Below are some of the IDs and classes that can be used to customise the menu layout: * `ul#yttreemenu` - This is the main unordered list ID * `li.yttml_[LEVEL]` - Level class for list items. For example: `li.yttml_1`, `li.yttml_2`, etc ... * `a.yttma_[LEVEL]` - Level class for page links. For example: `a.yttma_1`, `a.yttma_2`, etc ... * `span.yttm_current_[LEVEL]` - Level class for current open page. For example: `span.yttm_current_1`, `span.yttm_current_2`, etc …