Here is a really simple and minimal wordpress theme you may use and abuse. It is Valid XHTML 1.0 Strict / CSS. Some SEO in there, widget ready etc. etc. It works (as far as i’ve tested) on all current and last generation browsers (yes even Internet Explorer 6!). Also is fluid for resolutions. Feel free to modify it anyway you see fit. This theme is a good starting point to learn how to code for wordpress.
Wordpress's archives
So you want a sleek looking date icon for all your posts on your blog or web page do you? Well you’ve come to the right place. Below is a collection of different colors and styles you can choose from and customize. You can grab the .zip of the .PNG’s and .PSDs (separated for bandwidth reasons). You can use these however you feel fit, no limitations no real licensing. If you scroll down a little further you will see how to implement this into your wordpress blog.
Download .PNG Files
Download .PSD (Photoshop) Files
How To Incorporate Into Wordpress

Editing In Photoshop (if needed)
First download and unzip the archive. Then pick out your favorite color and open it in photoshop. You will now “save as…” the file into a .gif to be titled “dateicon.gif”…. why are we doing this? Because your visitors using the unholy Internet Explorer 5 or 6 cannot view semi-transparent .png’s.
When you save the gif a dialog will appear. Select the dropdown box next to “Palette” and select “Local (Selective)”. Make sure the check box next to “Transparency” is ticked (checked). Now select the “Matte” drop box and select “White.” and click OK. Now you have a IE friendly transparent .gif. Upload it into your wp-themes/YOURTHEMEHERE/images directory.
Adding the CSS/XHTML To Wordpress
Log into your Wordpress Admin Panel and go to “Presentation.” Now click on “Theme Editor” and select “style.css” on the right side (this is usually brought up automatically).
Add this code:
.the_date {
display:block;
text-align: center;
float:left;
font-family: Arial, Helvetica, sans-serif;
background: url(/images/dateicons/dateicon.) no-repeat;
width:60px;
}
.date_m {
display:block;
font-size: .9em;
margin:0;
padding:0;
font-weight: bold;
text-align:center;
}
.date_d {
display:block;
font-size:1.4em;
margin:0;
padding:0.7em 0 1.3em 0;
text-align: center;
}
(thanks david!).
Also note your images directory might be named something other then “images” and your path will differ so keep that in mind.
After you’ve added the code above, click on “Main Index Template” in your theme editor and find a line containing the following partial code:
<a href=”<?php the_permalink() ?>
You are going to add this above or before that line:
<div class=”the_date”>
<div class=”date_m”><?php the_time(’F') ?></div>
<div class=”date_d”><?php the_time(’jS’) ?></div>
</div>
Now view your page and configure any changes you see fit.
And thats as far as i can take you! Enjoy. Some resources below if you are stuck…
Create a ‘Calendar style’ Wordpress date format
WP Date Image Hack
Web Design Search Now
Web Design Advertiser
Web Design Latest News
- Photoshop To Mock A Web Design… then code it!
- CSS HTML Template site Free
- Web Design: HTML CSS Design Contact form
- HTML & CSS Article Overview
- The Best Web and Graphic Design Portfolios
- Download: Fusion Wordpress theme.
- Download: Web 2.0 Date Icons For Your Blog
- GTD: Time Management For Web Designers
- Photoshop Tutorials: Free Web 2.0 Gradients (v1.0)
- Our Web and Graphic Design House
Web Design Tags Cloud
Photoshop Web Design Articles (6)
Client side Coding (3)
Downloads (8)
Graphic Design (13)
GTD (1)
Icons (1)
inspiration (2)
logos (2)
Photoshop (8)
Resources (6)
Server Side Coding (1)
Tutorials (4)
Uncategorized (3)
Web Design (15)
Web Development (8)
Webpage Optimization (1)
Wordpress (2)
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.