March 19, 201313 yr Hi, I posted recently asking for recommendations for a dropdown but client actually wants a collpasing category menu. Anyone know of any nice on that allow you to pick your categories or know how to hardcode one?
March 19, 201313 yr Do you mean an Accordion menu like these... http://www.mraffaele.com/labs/css-only-accordions/
March 20, 201313 yr Author Well more something like this http://wordpress.org/extend/plugins/jquery-categories-list/screenshots/ My problem with this is that my client wants the categories in a specific order, not alphabetically or anything. She also wants two categories excluding and this plugin does not offer this fexibilty
March 20, 201313 yr Author Theres already some code in <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?> My client mentioned she had this facility installed previously, any ideas why this would not be working now?
March 20, 201313 yr Well more something like this http://wordpress.org/extend/plugins/jquery-categories-list/screenshots/ My problem with this is that my client wants the categories in a specific order, not alphabetically or anything. She also wants two categories excluding and this plugin does not offer this fexibilty That is basically an accordion menu without much styling. These are easy to make with HTML and CSS and there are countless tutorials for them scattered around the internet. Edited March 20, 201313 yr by Alluziion
March 20, 201313 yr I think you may be looking for a treeview component (a hierarchical structure), something like this maybe useful to you: http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ Demos: http://jquery.bassistance.de/treeview/demo/ Lyndsey.
Create an account or sign in to comment