Collapsing Archives Plugin WordPress, Download, Install

Collapsing Archives Plugin WordPress

This plugin uses Javascript to dynamically expand or collaps the set of
months for each year and posts for each month in the archive listing.

Collapsing Archives Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

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

How to Install Collapsing Archives Plugin, Manually

IMPORTANT!
Please deactivate before upgrading, then re-activate the plugin.

MANUAL INSTALLATION

Unpack the contents to wp-content/plugins/ so that the files are in a
collapsing-archives directory. Now enable the plugin. To use the plugin,
change the following here appropriate (most likely sidebar.php):

Change From:

<ul>  `<?php wp_get_archives(); ?>` </ul> 

To something of the following:

<?php      if( function_exists('collapsArch') ) {       collapsArch();      } else {       echo "<ul>n";       wp_get_archives();       echo "</ul>n";      }     ?>

You can specify options for collapsArch. See options section.

WIDGET INSTALLATION

For those who have widget capabilities, (default in WordPress 2.3+), installation is easier.

Unzip contents to wp-content/plugins/ so that the files are in a
collapsing-archives directory. You must enable the Collapsing Archives
plugin, then simply go the Presentation > Widgets section and add the
Collapsing Archives Widget.

Video

Screenshots

Collapsing Archives Plugin WordPress

Collapsing Archives 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 *