Hot dates is a format the date of your posts into something that looks like a single page per day calendar. This plugin is inspirated by:

  • Hot Dates with CSS
  • CSS Date Blocks for Blogs

This plugin makes it simple to add a format the date of your posts into something that looks like a single page per day calendar. You can see at this page, as live demo :)

Installation

  • Download the plugin and unzip it to your PC
  • Upload the folder “hotDates” and all of its contents into your wp-content/plugins/ directory.
  • Activate the plugin in your WordPress site Admin.
  • Your done! Enjoy

Usage

To show your Hot Dates, you can call a PHP plugin function. The syntax is as follows:

<?php hotDates(); ?>

However, it?s strongly recommended that you always confirm that the function is available to keep from generating PHP errors or breaking your page display, using the following syntax:

<?php if (function_exists('hotDates')) { hotDates(); }?>

I recommend place that syntax near your title post (left), both in single.php and index.php.

Download

Change Log

  • 07/15/2006: Initial public release.

Credits

FREE! You can tell me where you place this plugin. It will be very much appreciated. Thanks a bunch and good luck :D

Related Posts: