Wordpress Calendars
Here are a few basic codes to add a cute little calendar to show your post’s date in wordpress. To use, simply copy and paste the css onto your stylesheet and the calendar php onto your main index template after this bit of coding below.
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
Download! This file contains all php/css files, as well as a selection of ten different color options. It is recommended that you have moderate knowledge of wordpress before trying to interrogate one of these calendars.
Preview: other colors
