Simple Archive

07.27.2008 by Denis - 0 Comment - Views
Posted in Plugin

There are lots of archive plugins for WordPress, but what I use is the archive function in BLIX theme. The plugin will list posts group by months, then the archive page will be thought as a static sitemap page by Search Engineer. So it will improve the blog performance in Search Engineer.

Now I package the function to a plugin Simple Archie.

Installation and Usage

  1. Upload plugin to directory wp-content/plugins/.
  2. Create a Page Template
  3. Add following code in the page template:
    <?php simple_archive(); ?>
  4. Upload the page template to your theme directory, and write a new page with the page template you just create.

Download: simple_archive.zip