Banner for Collapsing Categories
Adds a widget which uses Javascript to dynamically expand or collapse the set of posts for each category. Wordpress Tutorial
Noted That:
  • To install correctly this collapsing-categories.zip .
  • Fisrt Download the collapsing-categories.zip to your computer
  • Extract/Open collapsing-categories.zip to Your Computer.
  • Then, Find readme.txt file inside collapsing-categories.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " collapsing-categories.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Collapsing Categories

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Collapsing Categories

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Collapsing Categories

Step-5 : Now, Browse " collapsing-categories.zip " Downloaded plugin from your computer, Where you downloaded " collapsing-categories.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Collapsing Categories

Step-6 : Now, Click on " Active Plugin "

Activate Collapsing Categories

Step-7 : Then, See left Side Menu. " Collapsing Categories " folder is added on left Side Menu. Now, Click on " Collapsing Categories " folder.

Noted that: If you do not see " Collapsing Categories " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Collapsing Categories Configurations and Settings or How to work " Collapsing Categories " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Collapsing Categories " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Collapsing Categories
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

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.



\n";
if (function_exists('collapsCat')) { collapsCat();
} else { wp_get_categories('your_options_here');
}
echo "
\n";
?>


Name