{"id":10620,"date":"2010-09-21T13:00:46","date_gmt":"2010-09-21T13:00:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/clean-my-archives\/"},"modified":"2017-09-30T18:13:53","modified_gmt":"2017-09-30T18:13:53","slug":"clean-my-archives","status":"publish","type":"plugin","link":"https:\/\/gax.wordpress.org\/plugins\/clean-my-archives\/","author":20482,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.0","stable_tag":"1.2.0","tested":"4.8.28","requires":"3.1","requires_php":"5.2","requires_plugins":"","header_name":"Clean My Archives","header_author":"Justin Tadlock","header_description":"","assets_banners_color":"d1d8e4","last_updated":"2017-09-30 18:13:53","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/themehybrid.com\/donate","header_plugin_uri":"https:\/\/themehybrid.com\/plugins\/clean-my-archives","header_author_uri":"https:\/\/themehybrid.com","rating":5,"author_block_rating":0,"active_installs":900,"downloads":28431,"num_ratings":12,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":12},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1738913","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1738913","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1738913","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1738913","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2.0","1.0.0","1.1.0","1.2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1738914","resolution":"1","location":"plugin"}},"screenshots":{"1":"Screenshot of the plugin in action my archives page."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3621,80],"plugin_category":[43],"plugin_contributors":[77929],"plugin_business_model":[],"class_list":["post-10620","plugin","type-plugin","status-publish","hentry","plugin_tags-archives","plugin_tags-shortcode","plugin_category-customization","plugin_contributors-greenshady","plugin_committers-greenshady"],"banners":{"banner":"https:\/\/ps.w.org\/clean-my-archives\/assets\/banner-772x250.png?rev=1738913","banner_2x":"https:\/\/ps.w.org\/clean-my-archives\/assets\/banner-1544x500.png?rev=1738913","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/clean-my-archives\/assets\/icon-128x128.png?rev=1738913","icon_2x":"https:\/\/ps.w.org\/clean-my-archives\/assets\/icon-256x256.png?rev=1738913","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/clean-my-archives\/trunk\/screenshot-1.png?rev=1738914","caption":"Screenshot of the plugin in action my archives page."}],"raw_content":"<!--section=description-->\n<p>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 <a href=\"http:\/\/justintadlock.com\/archives\">site's archives<\/a>.<\/p>\n\n<p>Therefore, I created a simple <code>[clean-my-archives]<\/code> shortcode that you can place on any page (or any shortcode-ready area) and list your post archives by month and year.<\/p>\n\n<p>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).<\/p>\n\n<h3>Professional Support<\/h3>\n\n<p>If you need professional plugin support from me, the plugin author, you can access the support forums at <a href=\"https:\/\/themehybrid.com\/support\">Theme Hybrid<\/a>, 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).<\/p>\n\n<h3>Plugin Development<\/h3>\n\n<p>If you're a theme author, plugin author, or just a code hobbyist, you can follow the development of this plugin on it's <a href=\"https:\/\/github.com\/justintadlock\/clean-my-archives\">GitHub repository<\/a>.<\/p>\n\n<h3>Donations<\/h3>\n\n<p>Yes, I do accept donations.  If you want to donate, you can do so from my <a href=\"https:\/\/themehybrid.com\/donate\">donations page<\/a> or grab me something from my <a href=\"http:\/\/a.co\/flUb0ns\">Amazon Wish List<\/a>.<\/p>\n\n<p>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.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Why was this plugin created?<\/dt>\n<dd><p>First and foremost, I wanted a simple archives solution for, what's now, over 12 years of blog posts.  You can check out <a href=\"http:\/\/justintadlock.com\/archives\">my archives<\/a> to see how the plugin performs.<\/p>\n\n<p>The second reason was to share my solution with other users who want the same simplicity.<\/p><\/dd>\n<dt>How do I use it?<\/dt>\n<dd><p>Add the <code>[clean-my-archives]<\/code> shortcode to a shortcode-ready area, such as the page editor. That's it.  You have nothing more to do.<\/p>\n\n<p>Of course, there are some other configuration options. Examples follow.<\/p><\/dd>\n<dt>Limit the number of posts with the `limit` parameter:<\/dt>\n<dd><p>[clean-my-archives limit=\"100\"]<\/p><\/dd>\n<dt>Reverse the order with the `order` parameter (default is `DESC`):<\/dt>\n<dd><p>[clean-my-archives order=\"ASC\"]<\/p>\n\n<pre><code>[clean-my-archives order=\"DESC\"]\n<\/code><\/pre><\/dd>\n<dt>Use the `year` parameter to limit to a year:<\/dt>\n<dd><p>[clean-my-archives year=\"2013\"]<\/p><\/dd>\n<dt>Use the `month` parameter to limit by month:<\/dt>\n<dd><p>[clean-my-archives month=\"12\"]<\/p><\/dd>\n<dt>Load specific post types with the `post_type` parameter:<\/dt>\n<dd><p>[clean-my-archives post_type=\"post\"]<\/p>\n\n<pre><code>[clean-my-archives post_type=\"post, page\"]\n<\/code><\/pre><\/dd>\n<dt>Disable the comment count from showing:<\/dt>\n<dd><p>[clean-my-archives show_comment_count=\"0\"]<\/p><\/dd>\n<dt>Change the month and day date\/time format<\/dt>\n<dd><p>[clean-my-archives format_month_year=\"F Y\" format_post_date=\"d:\"]<\/p>\n\n<p>For a full list of formats, see the <a href=\"http:\/\/php.net\/manual\/en\/datetime.formats.date.php\">PHP Date Formats<\/a> guide.<\/p><\/dd>\n<dt>Does it support pagination?<\/dt>\n<dd><p>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.<\/p>\n\n<pre><code>[clean-my-archives year=\"2013\"]\n\n&lt;!-- nextpage --&gt;\n\n[clean-my-archives year=\"2012\"]\n\n&lt;!-- nextpage --&gt;\n\n[clean-my-archives year=\"2011\"]\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p>To view the change log, look into the <code>changelog.md<\/code> file included with the plugin or visit the <a href=\"https:\/\/github.com\/justintadlock\/clean-my-archives\/blob\/master\/changelog.md\">online change log<\/a>.<\/p>","raw_excerpt":"An easy-to-use shortcode for displaying post archives on your site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/10620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=10620"}],"author":[{"embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/greenshady"}],"wp:attachment":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=10620"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=10620"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=10620"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=10620"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=10620"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=10620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}