=== WP Categ Menu === Contributors: alvaron Donate link: http://www.wpworks.wordpress.com/ Tags: posts, categories, menu, list, subcategories Requires at least: 3.2 Tested up to: 3.2 Stable tag: 2.0.0 == Description == Description: Works as a widget. Displays a menu based on posts categories(works also for custom post types and custom taxonomies). You can also display subcategories(one level) if you want. Based on Sample Hello World Plugin 2 (http://lonewolf-online.net/) by Tim Trott(http://lonewolf-online.net/) and WP e-Commerce Featured Product by Zorgbargle | Phenomenoodle http://www.phenomenoodle.com More info about the plugin: http://www.wpworks.wordpress.com/ == Installation == * After the steps bellow, go to the permalink settings page and update it without changing, it flushes WordPress permalink settings and make the product permalink work. 1. Upload `wp_categ_menu` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Register a widget sidebar on your functions file, for example, just paste the code below on your theme functions.php /*if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'wp_categ_menu', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '', ));*/ 4. Go to the permalink settings page and update it without changing Or You if you have already registered any sidebar, you can drag the `WP Categ Menu` widget inside it, at wp-admin 4. Configure the widget on your wp-admin pannel and save(see screenshot 1) 5. Use the PHP code bellow where you want the widget to show, on your theme pages /* if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('wp_categ_menu')) : endif; */ 6. You can also play with its CSS styles, so using the ids divcateg, ulcateg and the dynamic generated licateg_[category slug], you may change the category menu appearance. 7. Go to the permalink settings page and update it without changing == Frequently Asked Questions == If you have any questions, please let me know alvaron8@gmail.com == Screenshots == 1. Configuring widget parameters on wp-admin == Changelog == On version 2.0.0 you can display subcategories(one level) == Upgrade Notice == On version 2.0.0 you can display subcategories(one level) == Arbitrary section == You can also use this hack instead of the plugin http://wp.me/p1fZU8-7A If you have any questions, please let me know alvaron8@gmail.com This readme file were validated at http://wordpress.org/extend/plugins/about/validator/