Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Accordion Archive Widget

Opis

Accordion Archive Widget is exactly what the name implies. It recreates the stock archive widget, but this time around the widget is laid out as an accordion. It gives you the years of the archive, and then when the year is clicked it expands to show the months.

Development can be tracked at http://github.com/pathartl/accordion-archive-widget

Snimke zaslona

  • This is an image of the collapsed accordion.
  • This is an image of the accordion expanded revealing the months.

Instalacija

  1. Upload the accordion-archive-widget folder to /wp-content/plugins
  2. Activate the plugin
  3. Add the widget to your widget area

ČPP

Compared to the stock widget, the accordion doesn’t show the post count

I may implement this if people request it, but I’m happy where it’s at now.

Where can I see this in action?

I’ve put this widget at the bottom of my website. You can check it out at http://pathartl.me/#footer

Recenzije

03. rujna 2016.
Looking for a way to manage the mass of months in some archives list, I stumbled upon this plugin. It does exactly what it promises to do! From a code perspective, I would suggest to maybe implement an option to inline the CSS and JavaScript, since they are really short and don’t really require separate files at the current state of the plugin. Unless you are using http/2, two requests less might make a slight difference in performance. Also you could try to get away without depending on jQuery. But I’m complaining on a high level here. Also, I added some lines of CSS to my theme to customize a bit. They make the two first months unfolded by default, to have a little candy to convince the visitor to click the other months as well. Maybe that could be a future-feature? Who knows… 😉 li.archive-accordion-year:first-child ul, li.archive-accordion-year:nth-child(2) ul { display: block; } Thanks for your time creating the plugin! 🙂
Pročitajte sve 2 recenzije

Suradnici i Programeri

“Accordion Archive Widget” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Accordion Archive Widget” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0

  • Prvo izdanje