Adds a widget which uses Javascript to dynamically expand or collapse the set of posts for each category.
IMPORTANT! Please deactivate before upgrading, then re-activate the plugin.
Unpackage contents to wp-content/plugins/ so that the files are in a collapsing-categories directory.
Activate the plugin, then simply go the Presentation > Widgets section and drag over the Collapsing Categories Widget.
Activate the plugin, then insert the following into your template: (probably in sidebar.php). See the Options section for more information on specifying options.
<?php
echo "<ul class='collapsCatList'>\n";
if (function_exists('collapsCat')) {
collapsCat();
} else {
wp_get_categories('your_options_here');
}
echo "</ul>\n";
?>
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2011-8-9
Downloads: 78,825




