Title: Clean Archives Reloaded
Author: Automattic
Published: <strong>5 Mart 2008</strong>
Last modified: 7 Şubat 2012

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://s.w.org/plugins/geopattern-icon/clean-archives-reloaded.svg)

# Clean Archives Reloaded

 [Automattic](https://profiles.wordpress.org/automattic/) tarafından

[İndir](https://downloads.wordpress.org/plugin/clean-archives-reloaded.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/clean-archives-reloaded/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/clean-archives-reloaded/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/clean-archives-reloaded/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/clean-archives-reloaded/#developers)

 [Destek](https://wordpress.org/support/plugin/clean-archives-reloaded/)

## Açıklama

Clean Archives Reloaded generates a list of all of your posts, sorted by month. 
It’s enhanced with Javascript to allow collapsing and expanding of months.

It’s highly efficient and won’t kill your server with tons of MySQL queries.

#### Demo

Check out one of my sites’ [archive page](http://www.finalgear.com/post-archives/).

### Shortcode Tag Parameters

You can customize the list options on a per-call basis if you wish.

 * `usejs` — (`1` or `0`) use Javascript or not to collapse the months
 * `monthorder` — (`new` or `old`) show newest months or oldest months first
 * `postorder` — (`new` or `old`) show newest posts or oldest posts first within
   months

#### Examples

No Javascript:

    ```
    [cleanarchivesreloaded usejs="0"]
    ```

Oldest months first, oldest posts first:

    ```
    [cleanarchivesreloaded monthorder="old" postorder="old"]
    ```

## Yükleme

### Updgrading From A Previous Version

To upgrade from a previous version of this plugin, delete the entire folder and 
files from the previous version of the plugin and then follow the installation instructions
below.

### Installing The Plugin

Extract all files from the ZIP file, making sure to keep the file structure intact,
and then upload it to `/wp-content/plugins/`.

This should result in the following file structure:

    ```
    - wp-content
        - plugins
            - clean-archives-reloaded
                | readme.txt
                | clean-archives-reloaded.php
    ```

Then just visit your admin area and activate the plugin.

**See Also:** [“Installing Plugins” article on the WP Codex](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins)

### Using The Plugin

Just create/edit a post or page and type `[cleanarchivesreloaded]` where you would
like the archives list to show up. You can also use `[cartotalposts]` to show your
total post count.

Example page contents:

    ```
    Here is all [cartotalposts] of my posts:

    [cleanarchivesreloaded]
    ```

Configure options via Settings -> Clean Archives.

## SSS

  Does this plugin support other languages?

Yes, it does. See the [WordPress Codex](https://codex.wordpress.org/Translating_WordPress)
for details on how to make a translation file. Then just place the translation file,
named `car-[value in wp-config].mo`, into the plugin’s folder.

  I love your plugin! Can I donate to you?

Sure! I do this in my free time and I appreciate all donations that I get. It makes
me want to continue to update this plugin. You can find more details on [my donate page](http://www.viper007bond.com/donate/).

## İncelemeler

![](https://secure.gravatar.com/avatar/17e68535de223fb327237249f34e4bbfe06d4d1835245c33b66ca197168385e4?
s=60&d=retro&r=g)

### 󠀁[Grat simple plugin](https://wordpress.org/support/topic/grat-simple-plugin/)󠁿

 [majesticana](https://profiles.wordpress.org/majesticana/) 3 Eylül 2016

After 6 years it still works in newest WP versions. Thanks!

 [ 1 incelemeyi oku ](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Clean Archives Reloaded” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye
katkıda bulunmuşlardır.

Katkıda bulunanlar

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Alex Mills ](https://profiles.wordpress.org/viper007bond/)

“Clean Archives Reloaded” 3 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/clean-archives-reloaded/contributors)
teşekkürler.

[“Clean Archives Reloaded” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/clean-archives-reloaded)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/clean-archives-reloaded/),
[SVN deposuna](https://plugins.svn.wordpress.org/clean-archives-reloaded/) göz atın
ya da [RSS](https://plugins.trac.wordpress.org/log/clean-archives-reloaded/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/clean-archives-reloaded/)
abone olun.

## Değişiklik Kaydı

**June 29th, 2011 (No Version Bump)**

 * Added Irish translation files by Ray S.

**March 31st, 2011 (No Version Bump)**

 * Added Portuguese (Brazil) translation files by Marcos Freire.

**Version 3.2.0**

 * Use a direct database query instead of `get_posts()` to fetch just the data we
   need. I had wrongly been thinking doing this was going to be a lot more complicated
   to accomplish. This should help a lot with memory requirements.

**Version 3.1.10**

 * Added German translation thanks to [Thomas F?rster](http://thomas-foerster.com/).

**Version 3.1.9**

 * Try to avoid the Javascript getting outputted twice due to people installing 
   the plugin twice.

**Version 3.1.8**

 * Add Hungarian translation thanks to [Fodor Bence](http://fodi.be/). Sorry it 
   took so long, Fodor!

**Version 3.1.7**

 * Add Danish translation thanks to [Georg S. Adamsen](http://wordpress.blogos.dk/2009/03/25/enkel-oversigt/).
 * Add Polish translation thanks to Marcin.

**Version 3.1.6**

 * Add Italian translation thanks to Roberto.

**Version 3.1.5**

 * Try to further reduce memory usage. This is a bandaid fix and an alternate generation
   method (multi-SQL queries) is needed.
 * Add Russian translation thanks to DennisBri.
 * Add Swedish translation thanks to Mikael Quick.
 * Add Chinese translation thanks to Patrick.

**Version 3.1.4**

 * Turn dynamic load off by default. It was causing people problems with certain
   themes (probably due to theme hacks).

**Version 3.1.3**

 * Added French translation file thanks to Luc Saint-Elie.

**Version 3.1.2**

 * Dynamic load improvements.
 * Imrovements for WordPress 2.6 (i.e. a moved `wp-content` folder).
 * Spanish translation file thanks to [albertjh](http://diariodeunlinux3ro.es/).

**Version 3.1.1**

 * If dynamic load is enabled (by default it is now), then dynamically load jQuery
   as well.

**Version 3.1.0**

 * Add option to settings page that, if enabled, will check the posts to be disabled
   for the shortcode. If they aren’t found, the JS/CSS for the plugin won’t be outputted.
 * Add parameter to post list shortcode to hide post counts. Do `[cleanarchivesreloaded
   postcount="0"]` to hide the posts per month.
 * Add parameter to post list shortcode to hide comment counts. Do `[cleanarchivesreloaded
   commentcount="0"]` to hide the comments per post.

**Version 3.0.2**

 * Make shortcode work in the text widget
 * Switch the way posts are sorted within months to avoid an issue that would occur
   in the unlikely even that two posts had an identical post date.
 * Change the default sort order for posts within months to newest posts first.
 * Made language files be loaded from a subfolder for a cleaner plugin folder and
   renamed the plugin’s language domain from “car” to “clean-archives-reloaded”.
 * Added Turkish translation by Baris Unver.

**Version 3.0.1**

 * Fix `get_posts()` for WordPress 2.6
 * jQuery improvements (use `find()` on a CSS class instead of `children()` by structure)

**Version 3.0.0**

 * Recoded (mostly) from scratch once again. Now requires WordPress 2.5+ as it uses
   the shortcode functions.
 * Greatly increased efficiency. Page generation times dropped 10% on my localhost
   development blog.
 * Options page — no more editing the file to configure options.
 * If you have multiple listings per page (no clue why you would, but hey), the 
   Expand/Collapse All links will only apply to it’s own listing rather than all
   listings on the page.
 * You can override the individual options set on the options page via the shortcode
   tag (see above).

**Version 2.0.0**

 * Completely recoded from scratch. It now relies on no manual SQL queries which
   should make it future proof. It also no longer requires any internal caching 
   as the plugin is queryless.

**Version 1.0.1**

 * Forgot to tell WordPress to regenerate the cache when comments are made and deleted.

**Version 1.0.0**

 * Initial release of my edition of the plugin.

## Meta

 *  Sürüm **3.2.0**
 *  Son güncelleme **14 yıl önce**
 *  Etkin kurulumlar **600+**
 *  WordPress sürümü ** 2.5 veya üstü **
 *  Test edilen sürüm **3.3.2**
 *  Diller
 * [Albanian](https://sq.wordpress.org/plugins/clean-archives-reloaded/), [Chinese (China)](https://cn.wordpress.org/plugins/clean-archives-reloaded/),
   [English (US)](https://wordpress.org/plugins/clean-archives-reloaded/) ve [Swedish](https://sv.wordpress.org/plugins/clean-archives-reloaded/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/clean-archives-reloaded)
 * Etiketler
 * [archive](https://tr.wordpress.org/plugins/tags/archive/)[archives](https://tr.wordpress.org/plugins/tags/archives/)
   [posts](https://tr.wordpress.org/plugins/tags/posts/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/clean-archives-reloaded/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  1 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/clean-archives-reloaded/reviews/)

## Katkıda bulunanlar

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Alex Mills ](https://profiles.wordpress.org/viper007bond/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/clean-archives-reloaded/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](http://www.viper007bond.com/donate/)