Plugin Directory

Countdown Timer

Delete any previous version of Countdown Timer and associated files.

Download and install the timer into your plugins directory.

Activate the timer and add the widget.

If you don't want to use the widget, you can also add the following code into your sidebar.php file:

<li id='countdown'><h2>Countdown:</h2>
<ul>
<?php function_exists('fergcorp_countdownTimer')?fergcorp_countdownTimer():NULL; ?>
</ul>
</li>

Inserting countdown timers into a page or post

If you want to insert the Countdown Timer into a page or post, you can use the following shortcodes to return all or a limited number of Countdown Timers, respectively: [fergcorp_cdt] [fergcorp_cdt max=##]

Where ## is maximum number of results to be displayed - ordered by date

If you want to insert individual countdown timers, such as in posts or on pages, you can use the following shortcode:

Time until my birthday: [fergcorpcdtsingle date="ENTER_DATE_HERE"]

Where "ENTERDATEHERE" uses PHP's strtotime function and will parse about any English textual datetime description.

Limiting the number of countdown timers displayed

If you're using the widget, there is an option to set the maximum number of timers shown. If you are using the PHP code, replace

fergcorp_countdownTimer()

with

fergcorp_countdownTimer(##)

where ## is the maximum number of events you wish to be displayed.

Events are automatically sorted by date of occurrence.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus (1 reporting)

100%
100,2,2
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(25 ratings)