Web Minimalist 200901 Wordpress Theme

Web Minimalist 200901 is a minimalist, imageless Wordpress Theme from WebMinimalist.com.

SCREENSHOT

web-minimalist-200901-wordpress-theme.jpg

SCREENSHOT for THREADED COMMENTS

threaded comments

DEMO
This theme in only tested in Wordpress 2.5.1 and Wordpress 2.7.
Web Minimalist 200901 Wordpress Theme demo (Wordpress version 2.7)

FEATURES

  • Minimalist, clean, and imageless theme style.
  • Custom image header, allows you to upload a custom header image to be shown at the top of your blog instead of the default one. On the next screen you will be able to crop the image. Images of exactly 340 x 200 pixels will be used as-is.
  • Supporting threaded comments for Wordpress 2.7
  • Widget ready.
  • The comment section is supporting Gravatars (http://gravatar.com/)
  • Supporting WP-PageNavi plugins

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.