=== Countdown Timer === Contributors: fergbrain Donate link: http://www.andrewferguson.net/2007/03/08/general-note/ Tags: countdown, timer, count, date, event, widget Requires at least: 2.0 Tested up to: 2.1.3 Stable tag: 1.8 This plugin allows you to setup a series of dates to countdown to in terms of years, days, hours, minutes, and seconds. == Description == Countdown Timer allows you to setup one or more dates to count down to or away from. Version 1.8 includes great new features, including: * Built in widget! No need to download and activate another plugin! * Ability to select any combination of years, days, hours, minutes, and seconds to display * Internationalization support * Default settings automatically set on activation * More accurate countdown mechanism (you wouldn't think counting could be so hard) * Numerous bug fixes * Reorganized management page Note to those upgrading: Recurring events have been removed! == Installation == Delete any previous version of Countdown Timer and/or Countdown Timer Widget. Download and install afdn_countdownTimer.php into your plugins directory. Activate. Here's the code you need in insert into your sidebar.php file: `
  • Countdown:

  • ` The plugin also has a built-in widget you can use instead of the above code. If you want to call the timer from within the WP Loop, make sure The Loop function is enabled in the plugin configuration and then insert: `` where you want the timer displayed. == Frequently Asked Questions == = Where I am supposed to set the count down time? = Log into your WordPress Dashboard. Click on Manage, click on Countdown Timer. Scroll down to One Time Events. In the dates field, type the date you want to count down to. Fill in the event title field with what text you want displayed. Click Update Events. = How do I get the two timers I have setup separate themselves into two different lines? = In the management page, there's a prefix and suffix option. You'll need to use that to prefix and suffix each event with the appropriate HTML code, such as `

    ` and `

    ` or `
  • ` and `
  • `.