Simple Archive
07.27.2008 by Denis - 0 Comment - ViewsPosted 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
- Upload plugin to directory
wp-content/plugins/. - Create a Page Template
- Add following code in the page template:
<?php simple_archive(); ?> - Upload the page template to your theme directory, and write a new page with the page template you just create.
Download: simple_archive.zip