May 15, 2012 by  

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.

What people search:

Post comment as twitter logo facebook logo
Sort: Newest | Oldest
Online Cricket Equipments 5 pts

Good plugin here. Thanks for this & please keep updating more.

seo company ahmedabad 5 pts

Businesses 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.

Water Treatment system 16 pts

Thanks for share.There is so much to know about energy, our environment, space, color and furnishing.

cars for cash 5 pts

This 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!

Law Website Design 56 pts

Such a good plug-in. If you know more plug-in like this then please share it. Thanks for sharing this great stuff here.

kathryn71459 5 pts

Welllll, 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.

bishop joseph walker essence 11 pts

Thanks for sharing this useful plugins. I should use it in my website.

jjacobo 8 pts

Is 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?

ivankrisdotcom 14 pts moderator

 jjacobo Yes is possiblie to have more thanb one countdown. and indeed you need to change those codes. to use class instead of id.

Affordable Website Designers 86 pts

Nice plug-in. I really like this plug-in. Thanks for sharing it here. I really appreciated.

dealslifestyle 7 pts

Hi 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!

jasonjordan 7 pts

Nice 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 

ivankrisdotcom 14 pts moderator

 jasonjordan 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.