이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Accordion Archive Widget

설명

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

스크린샷

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

설치

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

FAQ

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

후기

2016년 9월 3일
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! 🙂
모든 2 평가 읽기

기여자 & 개발자

“Accordion Archive Widget”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Accordion Archive Widget”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • 초기 릴리즈