Create Archives Page For Your Wordpress Blog

1. Open your current Wordpress theme, duplicate the page.php and rename it to archives.php.

2. Add this lines to the very top of code in archives.php:

<?php
/*
Template Name: Archives
*/
?>

3. Edit the <?php the_content(''); ?> to <?php wp_get_archives('arguments'); ?> (if you want other format, please read this).

Remove other unnecessary code to meet with what you need.

4. Publish a New Page, call it Archives. Change the Page Template from Default Template to Archives.

There are many tutorials about creating Archives Page. I just want to make it simpler and flexible. If you can understand the point here, you can make your Archives Page in any format. You also can create as many as pages you want, not only Archives Page.

I prefer to combine my archives page with Clean Archives Reloaded plugin.

Minimalist Vintage Wordpress Theme

Minimalist Vintage Wordpress Theme, was created based on original theme for WebMinimalist.com. You can choose to make a site with Static Page on the home page (like this site), or make regular blog as your home page.

For default, installing this theme will create regular blog in the home page.

How To Create A Site With STATIC PAGE on the Home Page

  1. Published a page, name it Home, and choose Homepage as the Page Template.
  2. Published another page, name it Blog, and choose Blog as the Page Template.
  3. In the Setting – Reading, change the Front page displays to A static page (select below):
  • Front page: Home
  • Posts page: Blog

Preview of static page in the home page:

minimalist-vintage.jpg

Screenshot below is preview of blog: