![]() |
This plugin allows you to setup a series of dates to count to or from in terms of years, months, weeks, days, hours, minutes, and/or seconds. |
Noted That:
|
Start the Tips:1. First Download "countdown-timer.zip" Plugin to your Local Computer. (Click Download) 2. Then, Login to your "yourdomain.com/wp-admin" Dashboard. 3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard. 4. Now, Click on "Upload Plugin" button.
5. Now, Browse "countdown-timer.zip" Downloaded plugin from your computer, Where you downloaded countdown-timer.zip According to Step – 1 Above then, click on "Install Now" 6. Now, Click on "Active Plugin" 7. Then, See left sidemenu. "Countdown Timer" folder is added on left sidemenu. Now, Click on "Countdown Timer" folder. Noted that: If you do not see "Countdown Timer" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools". 8. Now you configure yourself oR Watch video tutorial below about Countdown Timer Configurtions and Settings or How to work "Countdown Timer" in your WordPress site. oR After Activated Plugin According to Step-6 then,
![]() |
Guide |
---|
Inserting countdown timers into your blogThere are three places you can insert a countdown timer:
Adding to the sidebarAdd the widget to the sidebar by going to Appearances > Widget in The Dashboard. Adding to a post or pageIf 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: 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:
Example: Where “ENTER_DATE_HERE” uses PHP’s strtotime function and will parse about any English textual date/time description (such as “08 December 2012”). A complete list of valid formats can be found on PHP’s Supported Date and Time Format page. PHPCountdown Timer also provides a PHP function designed to be accessed publicly so you can include it in elements of your site that may not be in The Loop.
Where ## is the maximum number of events you wish to be displayed. If $maxEvents is not given, the function will return all timers. Events are automatically sorted by date of occurrence. Note: You should also encapsulate calls with “function_exists” to prevent unintentional fatal errors if the plugin is deactivated. Limiting the number of countdown timers displayedIf you’re using the widget, there is an option to set the maximum number of timers shown. If you are using the PHP code, $maxEvents is the maximum number of events you wish to be displayed. Events are automatically sorted by date of occurrence. Changing the font, size, and style using CSSYou can makes changes to the appearance of Countdown Timer display using CSS. The following CSS classes are available:
|
days, weeks, hours, minutes, seconds, andor, months, years, setup, allows, |
Name |
---|
Reffered: https://wordpress.org/