Rating: 5 stars
Has all the options I needed to achieve a Blogger-style treeview archive. I’m sure with some CSS I’ll be able to style it however I want in the future. Great work!
]]>Rating: 5 stars
Awesome. And it’s just css.
]]>Rating: 5 stars
Works great, thanks a lot.
One thing though, somehow within my theme the alignment to the left didn’t work out. margin-left: 0 !important;
wasn’t enough, it seems. I fixed it by adding padding-left: 0! important;
to .collapsed-archives > ul { }
Also made a modification to add a fade/transition effect to the dropdown.
For those interested it’s just some addition the last few lines of code:
/* Toggled content */
.collapsed-archives input ~ ul {
display: inline-block;
opacity: 0;
transition: opacity 0s linear 0s;
-webkit-transition: opacity 0s linear 0s;
}
.collapsed-archives input:checked ~ ul {
opacity: 1;
display: block;
transition: opacity 0.5s linear 0s;
-webkit-transition: opacity 0.5s linear 0s;
}
]]>
Rating: 5 stars
Does exactly what the description says, and super easy to install – just drag and drop the Widget. No PHP or HTML changes to your theme!
]]>Rating: 5 stars
Perfect, thank you for this wonderful plugin. Works a charm and looks the neatest!
]]>Rating: 5 stars
After upgrading WordPress I had some problems with the plugin I used previously (Collapsing Archives), so I started looking for an alternative and found Collapsed Archives. Works like a charm and is more lightweight than the other one. It won’t work on IE8 but who cares…
Thank you!
]]>Rating: 5 stars
Works without any problems on several sites that I used them so far. And thanks to this plugin, it managed to roll up my archives so that my sites look neater and tidier.
Good job!
]]>