|
| 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. Wordpress Tutorial |
|
Noted That:
|
|
Start the Tips:
Step-1 : Download " countdown-timer.zip " to Your Local Computer. Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.
Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.
Step-4 : Now, Click on " Upload Plugin " button.
Step-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 "
Step-6 : Now, Click on " Active Plugin "
Step-7 : Then, See left Side Menu. " Countdown Timer " folder is added on left Side Menu. Now, Click on " Countdown Timer " folder. Noted that: If you do not see " Countdown Timer " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ". Step-8 : Now you configure yourself oR Watch video tutorial below about Countdown Timer Configurations and Settings or How to work " Countdown Timer " in your WordPress site. oRAfter 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 page
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: 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:
|
| Name |
|---|