Collapsing Categories free WordPress plugin
Description
Collapsing Categories creates an expandable list of categories and subcategories. It can also expand to show posts. The primary usage is as a widget, but you can also use the code in your theme manually if you wish (see installation instructions) Options Style options can be set via the settings panel. All other options can be set from the widget panel. If you wish to insert the code into your theme manually instead of using a widget, you can use the following options. These options can be given to the collapsCat() function either as an array or in query style, in the same manner as the wp_list_categories function. $defaults=array( ‘showPostCount’ => true, ‘inExclude’ => ‘exclude’, ‘inExcludeCats’ => ”, ‘showPosts’ => true, ‘showPages’ => false, ‘linkToCat’ => true, ‘olderThan’ => 0, ‘excludeAll’ => ‘0’, ‘catSortOrder’ => ‘ASC’, ‘catSort’ => ‘catName’, ‘postSortOrder’ => ‘ASC’, ‘postSort’ => ‘postTitle’, ‘expand’ => ‘0’, ‘defaultExpand’ => ”, ‘postTitleLength’ => 0, ‘accordion’ => 0, ‘catfeed’ => ‘none’, ‘taxonomy’ => ‘category’, ‘showPostDate’ => false, ‘postDateAppend’ => ‘after’, ‘postDateFormat’ => ‘m/d’, ‘useCookies’ => true, ‘showTopLevel’ => true, ‘postsBeforeCats’ => false, ‘expandCatPost’ => true, ‘debug’=>’0’ ); inExclude Whether to include or exclude certain categories ‘exclude’ (default) ‘include’ inExcludeCats The categories which should be included or excluded showPages Whether or not to include pages as well as posts. Default if false linkToCat 1 (true), clicking on a category title will link to the category archive (default) 0 (false), clicking on a category title expands and collapses catSort How to sort the categorys. Possible values: ‘catName’ the title of the category (default) ‘catId’ the Id of the category ‘catSlug’ the url of the category ‘catCount’ the number of posts in the category ‘catOrder’ custom order specified in the categorys settings catSortOrder Whether categories should be sorted in normal or reverse order. Possible
Features
Cost:
Free
Provider:
Robert Felty
Popularity:
Low
WPMarket

