This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Collapsed Archives

چۈشەندۈرۈش

This plugin adds a widget to display archive links using purely CSS-based collapsing; no JavaScript is used.

تاللاشلار

  • Post counts can optionally be displayed next to the archive links
  • Choice of either +/- or arrows to indicate expansion
  • Option to never automatically expand list for current post / year
  • Choice between displaying archive links in reverse chronological order or chronological order
  • Decades can be collapsed

1.6 (2021-04-03)

  • Added support for collapsing decades (thanks to @PHil-PlainTech)

1.5 (2019-05-05)

  • Fix for warning message in logs

1.4 (2019-04-12)

  • Fixed bug for sites without posts

1.3 (2019-01-16)

  • Fixed deprecation warning in PHP 7.2

1.2 (2018-07-09)

  • Added option for never automatically expanding list for current post / year
  • Fixed issue with wrong year being expanded

1.1 (2015-02-09)

  • Improved theme support

1.0 (2014-12-30)

  • Initial release

Plugin website

ئېكران كەسمىسى

  • Example archives list

ئورنىتىش

For a new installation of the plugin:

  1. Download the zipped plugin file to your local machine
  2. Unzip the file
  3. Upload the «collapsed-archives» folder to your «/wp-content/plugins/» directory
  4. Activate the plugin through the «Plugins» menu in WordPress
  5. Add and configure the widget

If you have already installed this plugin:

  1. Deactivate the plugin
  2. Download the latest files
  3. Follow the new installation steps

باھالاشلار

2020-يىلى 30-دېكابىر
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!
2018-يىلى 2-ئاۋغۇست
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; }
2016-يىلى 27-دېكابىر
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!
2016-يىلى 3-سېنتەبىر
Perfect, thank you for this wonderful plugin. Works a charm and looks the neatest!
7 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«Collapsed Archives» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

«Collapsed Archives» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

1.6 (2021-04-03)

  • Added support for collapsing decades (thanks to @PHil-PlainTech)

1.5 (2019-05-05)

  • Fix for warning message in logs

1.4 (2019-04-12)

  • Fixed bug for sites without posts

1.3 (2019-01-16)

  • Fixed deprecation warning in PHP 7.2

1.2 (2018-07-09)

  • Added option for never automatically expanding list for current post / year
  • Fixed issue with wrong year being expanded

1.1 (2015-02-09)

  • Improved theme support

1.0 (2014-12-30)

  • Initial release