Posts: 457
Name: Randy
Location: Northern Wisconsin
|
There are many ways to list archives on your site. It depends on the theme you are using.
1. There is a widget in the Widgets area for archives if your theme supports them.
2. You can alternately hard code the display of archives using wp_get_archives().
(You can use the "type" parameter to set it to weekly, monthly, etc...Wordpress will do the rest.)
3. You can search the plugins.
If your theme does not have an archive.php or category.php file, then Wordpress will use the index.php template to display the archives.
|