=== Plugin Name === Contributors: Mat Lipe Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40lipeimagination%2einfo&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: menus, sidebar menu, heirchy, category menu, pages menu Requires at least: 3.1 Tested up to: 3.4.2 Stable tag: 3.4.6 Version: 3.4.5 == Description == Creates a widget for both page and categories that will display the current page/category and an child pages or categories. Keeps the menu clean and usable. Includes Page options:
  1. Add a title to the widget
  2. Include the highest level parent page
  3. Include the highest level parent page even with no Children
  4. Use built in styling (very plain styling currently but plans for more advanced in near future versions)
  5. Exclude pages
  6. Always display child Pages
  7. Number of levels of child pages to display
Includes Category Options:
  1. Add a title to the widget
  2. Include Parent Category
  3. Include Parent Even with no Children
  4. Use Built in Styling
  5. Display Categories on Single Posts
  6. To display each Single Posts Category in a new widget or in same list
  7. Exclude Categories
  8. Always display child categories
  9. Levels of Categories to display
There is also built in functionality to overright the output of the widgets and the css to customize this and still be upgrade safe. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the `advanced-sidbebar-menu` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Drag the "Advanced Sidebar Pages Menu" widget Or the "Advanced Sidebar Categories Menu" widget into a sidebar. == Screenshots == 1. Screenshot of the Page widget and options 2. Screenshot of the Categories widget and options == Frequently Asked Questions == = How do you get the categories to display on single post pages? = There is a checkbox in the widget options as of version 3.2 that will display the same structure for the categories the post is in. = How do you edit the output or built in css? = Create a folder in your child theme named "advanced-sidebar-menu" copy any of the files from the "views" folder into the folder you just created. You may edit the files at will to change the output or css? You must have the option checked to use the built in CSS (in the widget) to be able to edit the css file in this way. The Others will work always. = Does this support multiple instances? = Yes. = Does the menu change for each page you are on? = Yes. Based on whatever parents and children pages you are on, the menu will change automatically. = How does this work with styling the page? = As of version 1.1 this will automatically generate class names for each level for menu system. You can add classes to your theme's style.css file to style it accordingly. You may want to use something like margins to set the levels apart. == Changelog == = 3.4.0 = * Added filter support for custom post types = 3.3.1 = * Added unlimited number of levels displayed once on the grandchild level of pages = 3.3.0 = * Added the ability to have a widget title * Redesigned the entire structure to prepare for future changes = 3.2.5 = * Bugfixes = 3.2.3 = * Fix a bug that caused multiple category list to display of more than one category the single post was in shared the same parent = 3.2.1 = * Fix a possible bug that may display a * Notice * error if there is nothing to display and the error reporting is set to strict when using the categories widget. = 3.2.0 = * Added ability to have categories show on single post pages * Improved the code structure = 3.0.2 = *Bugfixes = 3.0 = * Added a categories menu widget with the same functionality as the pages widget * Added the ability to edit "views" files through your child theme to edit output and css * Cleanedup the output = 2.1 = * Added default syling. = 2.0 = * Brought back the ability to exclude pages with support for excluding single pages from the menu. * Added the ability to display all levels of child pages always. * Added the option to select how many levels of pages to display when the "Always Display Child Pages" is selected = 1.4.5 = * Added compatibility for sites with non wp_ prefix tables * Removed All traces of Each menu level if no pages to list * Removed Error created by some search forms = 1.4.4 = * Cleaned up the way the plugin displays * Added class to match normal widgets * Removed the
completely when no menu present = 1.4 = * Removed Menu from pages with no children * Added a checkbox for including menu on page with no children * Removed ability to exclude items from menu = 1.2 = * Added support for the built in page ordering. = 1.1 = * Added support for separate css classes on each level of the menu. == Upgrade Notice == = 3.3.0 = If you customized the output previously you may want to redo it on this version to take advantage of the new structure. IF you are are using the page_list.php view you will most likely get an error message to remove a couple lines. These lines are no longer needed for the structure in this version. = 3.2.3 = This will add the ability to display the categories on single post pages. If you are using the category_list.php view you will most likely get an error message to remove a couple lines. These lines are no longer needed for the structure in this new version. = 3.0 = This Version will add a widget for displaying categories as well, better functionality, a cleaner output, and the ability to customize the output/css through your child theme. = 2.0 = This Version will give you better control over the menu and styling ability. Added new options and more stable code. = 1.2 = This Version will allow you to order the pages in the menu using the page order section of the editor. = 1.1 = This version will allow simliar css styling.