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

Clean My Archives

설명

The Clean My Archives plugin was developed because so many archives plugins were overly complicated. I wanted something extremely simple to use that simply got the job done on my own site’s archives.

Therefore, I created a simple [clean-my-archives] shortcode that you can place on any page (or any shortcode-ready area) and list your post archives by month and year.

This plugin also integrates with WordPress caching plugins. So, long lists of archives can be cached for later use and loaded quickly. If you have many years of blog posts, I highly recommend some sort of persistent caching or paginating your archives (see FAQ).

Professional Support

If you need professional plugin support from me, the plugin author, you can access the support forums at Theme Hybrid, which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 75,000+ users (and growing).

Plugin Development

If you’re a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it’s GitHub repository.

Donations

Yes, I do accept donations. If you want to donate, you can do so from my donations page or grab me something from my Amazon Wish List.

I appreciate all donations, no matter the size. Further development of this plugin is not contingent on donations, but they are always a nice incentive.

스크린샷

  • Screenshot of the plugin in action my archives page.

FAQ

Why was this plugin created?

First and foremost, I wanted a simple archives solution for, what’s now, over 12 years of blog posts. You can check out my archives to see how the plugin performs.

The second reason was to share my solution with other users who want the same simplicity.

How do I use it?

Add the [clean-my-archives] shortcode to a shortcode-ready area, such as the page editor. That’s it. You have nothing more to do.

Of course, there are some other configuration options. Examples follow.

Limit the number of posts with the `limit` parameter:

[clean-my-archives limit=”100″]

Reverse the order with the `order` parameter (default is `DESC`):

[clean-my-archives order=”ASC”]

[clean-my-archives order="DESC"]
Use the `year` parameter to limit to a year:

[clean-my-archives year=”2013″]

Use the `month` parameter to limit by month:

[clean-my-archives month=”12″]

Load specific post types with the `post_type` parameter:

[clean-my-archives post_type=”post”]

[clean-my-archives post_type="post, page"]
Disable the comment count from showing:

[clean-my-archives show_comment_count=”0″]

Change the month and day date/time format

[clean-my-archives format_month_year=”F Y” format_post_date=”d:”]

For a full list of formats, see the PHP Date Formats guide.

Does it support pagination?

Sort of. Technically, it doesn’t. However, WordPress pages support pagination. So, you could enter the following in your page editor to paginate by year.

[clean-my-archives year="2013"]

<!-- nextpage -->

[clean-my-archives year="2012"]

<!-- nextpage -->

[clean-my-archives year="2011"]

후기

2022년 7월 22일
Élégante solution pour naviguer dans les archives du site, parfait pour afficher sur une page de sitemap, et pour pour le SEO
2017년 11월 17일
the best plugin for displaying archive! very easy to use and customize the display.
모든 12 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Clean My Archives”(을)를 번역하세요.

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

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

변경이력

To view the change log, look into the changelog.md file included with the plugin or visit the online change log.