Wordpress Date
Here I will provide you with the xhtml, wordpress tags, CSS, and images to show your posts' date in a very fashionable and original way!
Let's go through the basic concepts, displaying date in text format only (no images). Date can be displayed in numerous ways. Here are some basic codes:
<?php the_time('F j, Y'); ?> . That code gives you : June 16, 2008
<?php the_time('l, F j, Y'); ?> . That code gives you ...