Tag Archives: calendar

New styles for wordpress calendars

If you have previously used calendars for wordpress then you may be interested in a few more background styles for your blog post dates. Feel free to drag or copy these to your desktop then upload them to your theme design.

(You may need to adjust margins for the text depending on [...]

Calendar style date for wordpress

For a loverly calendar style date for your posts please steal the following code…

First you need to place some code into your index.php file just after the start of the loop ie just after
<?php while ( have_posts() ) : the_post() ?>
as follows…

<div class="date_cal">
<div class="day"><?php the_time ('D'); ?></div>
<div class="date"><?php the_time ('j'); ?></div>
<div class="month"><?php the_time ('M'); [...]