Collapsing Categories Plugin WordPress, Download, Install

Collapsing Categories Plugin WordPress

Adds a widget which uses Javascript to dynamically expand or collapse the set of
posts for each category.

Collapsing Categories Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/collapsing-categories/

How to Install Collapsing Categories Plugin, Manually

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.

Widget installation

Activate the plugin, then simply go the
Presentation > Widgets section and drag over the Collapsing Categories Widget.

Manual installation

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"; ?>

Video

Screenshots

Collapsing Categories Plugin WordPress

Collapsing Categories Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *