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.
The collapsing archives plugin uses several ids and classes which can be styled with CSS. These can be changed from the settings page. You may have to rename some of the id statements. For example, if your sidebar is called "myawesomesidebar", you would rewrite the line
#sidebar li.collapsArch {list-style-type:none} to #myawesomesidebar li.collapsArch {list-style-type:none}
If you are using the plugin manually (i.e. inserting code into your theme), you may want to replace #sidebar with #collapsArchList
= There seems to be a newline between the collapsing/expanding symbol and the category name. How do I fix this? =
If your theme has some css that says something like
sidebar li a {display:block}that is the problem. You probably want to add a float:left to the .sym class
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2011-1-3
Downloads: 54,002
Got something to say? Need help?