May 15, 2012 by Ivan Kristianto
WordPress Countdown Plugin


WordPress Countdown Plugin is a plugin that help you to add JQuery countdown timer on your WordPress post/page. It is as easy as add a shortcode to the WordPress post/page content. You can find the example as below:
[wpc_countdown] #Will show next 7 days countdown [wpc_countdown targetdate="2012-05-17"] #format target date "Year-Month-Day" [wpc_countdown targetdate="2012-05-17-23-59-59"] #format target date "Year-Month-Day-Hour-Minute-Second" [wpc_countdown targetdate="2012-05-17" before="<div>" after="</div>"] #if you want to use wrapper.
WordPress Countdown Plugin Installation
To install this plugin is as easy as add plugin from your Admin Page:
1. Browse to plugins > Add New
2. Search with this “WPCountdown”
3. And click install now
Then after it is installed and activated, you can use it freely in your WordPress post/page.
Hope this plugin can help you.
WordPress Countdown on WordPress Plugin Repository.
[HowTo] Upload Your Plugin To WordPress Plugin Repository



Good plugin here. Thanks for this & please keep updating more.
- spam
- offensive
- disagree
- off topic
LikeNice plugin. Thanks for sharing.
- spam
- offensive
- disagree
- off topic
LikeBusinesses may also be not-for-profit or state-owned. A company possessed by several individuals may be termed as a company, although that phrase also has a more accurate significance.
- spam
- offensive
- disagree
- off topic
LikeThanks for share.There is so much to know about energy, our environment, space, color and furnishing.
- spam
- offensive
- disagree
- off topic
LikeThis is such a great resource that you are providing and you give it away for free. I enjoy seeing websites that understand the value of providing a prime resource for free. I truly loved reading your post. Thanks!
- spam
- offensive
- disagree
- off topic
LikeSuch a good plug-in. If you know more plug-in like this then please share it. Thanks for sharing this great stuff here.
- spam
- offensive
- disagree
- off topic
LikeWelllll, I can't seem to find the plug-ins from my Admin page. Is this something that is available for the FREE Wordpress users? I would really like to put a countdown on a new page I'm adding but can't do it until I find the plug-ins. Also, IF I can use this, can the date be entered as 06-20-2015 or does the year HAVE to be first? I hate it when the year is first - that is just weird to me. Will use it the other way, IF I can, if that's the only option but thought I would ask anyway.
Thanks for any help you can give me.
- spam
- offensive
- disagree
- off topic
LikeThanks for sharing this useful plugins. I should use it in my website.
- spam
- offensive
- disagree
- off topic
LikeIs it possible to have more than one countdown on a page? If so how?
It seems to me that you'd need to change this code:
$output = <<<end <div id="CountdownWrapper"></div> <script type="text/javascript"> var endDay = new Date(); endDay = new Date($year, $month - 1, $day, $hour, $minutes, $seconds); jQuery(document).ready(function() { jQuery('#CountdownWrapper').countdown({until: endDay}); }); </script> end;
Since there is only one "ContdownWrapper" element in the current implementation. Any advice?
- spam
- offensive
- disagree
- off topic
Likejjacobo Yes is possiblie to have more thanb one countdown. and indeed you need to change those codes. to use class instead of id.
- spam
- offensive
- disagree
- off topic
LikeNice plug-in. I really like this plug-in. Thanks for sharing it here. I really appreciated.
- spam
- offensive
- disagree
- off topic
LikeHi Ivan
I'm interested in adding a timer to my site but I need to use the date in the following format, 2012-07-28 00:00:00 and grab that from a custom field.
Are you able to advise how to use your plugin with php rather than shortcodes?
Thanks!
- spam
- offensive
- disagree
- off topic
LikeNice plug-in!Any chance you can add some functionality?
I'd like it to do a countdown to a regularly repeating event. For example, I want it to count down to Thursday 7:30pm every week. It's a half hour event. Then it resets and begins the count down again.Cheers, Jason
- spam
- offensive
- disagree
- off topic
Likejasonjordan This plugin is developed as simple as possible by using shortcode in the post/page. i believe your feature is a special case. So i think i cannot add it to this plugin. To facilitate your need, i can make another plugin which have advance option behind it.
- spam
- offensive
- disagree
- off topic
Like