Tag Archives: date

How To Create A Calendar Style Date

How To Create A Calendar Style Date

by Jerome

March 25 th

Make your blog stand out with some nifty looking calendar dates.
This tutorial will show you how to create a simple calendar style date.
First you need to open your index.php page and find this line of code:

<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

Just below this line delete the article date bits and change [...]

Continue Reading