Clean My Archives

Clean My Archives is a plugin developed to simplify the process of adding a list of archives to your site. So many archives plugins make things overly complex or add a lot of junk to the page like unneeded JavaScript. This plugin was created to clean your archives page.

The plugin make the process of adding an archives page extremely simply by providing an easy-to-use shortcode called [clean-my-archives] that you just drop in a shortcode-ready area.

Installation

Usage

Using the plugin is extremely simple. You only need to have a shortcode-ready area such as the page editor. Most people will simply need to follow these steps to get an archives page:

Additional shortcode options

The shortcode has a few extra options if you wish to use them:

Example showing posts from 2010:

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

Example showing posts from July 2010:

[clean-my-archvies year="2010" month="7"]

Example showing only the latest 100 posts:

[clean-my-archives limit="100"]

Paginating your archives

If you have tons of posts, such as 1,500+, you might want to consider paginating your archives. Loading too many posts at once might not work, depending on your server setup. Fortunately, WordPress has built-in pagination for pages, so using this along with this plugin will work just fine.

Let's suppose you want to paginate your archives by year. You can easily do this in the page editor:

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

<!--nextpage-->

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

<!--nextpage-->

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

<!--nextpage-->

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

Plugin support

Support for the Clean My Archives plugin is not offered on the WordPress support forums. We have a community called DevPress where we offer support of all our themes and plugins. We encourage you to sign up to the site to use its support forums and become a part of our community.

Copyright & license

Clean My Archives is licensed under the GNU General Public License, version 2 (GPL).

This plugin is copyrighted to DevPress LLC.

2010 © DevPress LLC