This plugin is designed to be a page menu for people using WordPress as a CMS
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 IDli.yttml_[LEVEL] - Level class for list items. For example: li.yttml_1, li.yttml_2, etca.yttma_[LEVEL] - Level class for page links. For example: a.yttma_1, a.yttma_2, etca.yttm_current - Class for current open pagea.yttm_current_[LEVEL] - Level class for current open
page. For example: a.yttm_current_1, a.yttm_current_2, etca.yttm_path - Class for current path (parent / ancestor) pagea.yttm_path_[LEVEL] - Level class for current path (parent / ancestor) page. For example: a.yttm_path_1, a.yttm_path_2, etcTo test the path / current item classes, simply add the following to your CSS stylesheet: a.yttm_path {color:red;} a.yttm_current {color:orange;}
Requires: 3.0 or higher
Compatible up to: 3.0.5
Last Updated: 2010-9-30
Downloads: 5,767
Got something to say? Need help?