Title: Simple Text Only Countdown
Author: deuts
Published: <strong>17 ژوئن 2016</strong>
Last modified: 9 نوامبر 2018

---

جستجوی افزونه‌ها

![](https://ps.w.org/simple-text-only-countdown/assets/banner-772x250.jpg?rev=1438277)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/simple-text-only-countdown/assets/icon-256x256.jpg?rev=1438282)

# Simple Text Only Countdown

 توسط [deuts](https://profiles.wordpress.org/deuts/)

[دانلود](https://downloads.wordpress.org/plugin/simple-text-only-countdown.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/simple-text-only-countdown/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/simple-text-only-countdown/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/simple-text-only-countdown/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/simple-text-only-countdown/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/simple-text-only-countdown/)

## توضیحات

A simple countdown shortcode plugin that displays just the text. No flash nor javascript
for live timer effect, nor styles, just plain text. Perfect for in-line text-based
countdown timer. Visitors need to refresh the browsers in order to update the countdown.

#### USAGE

When you’re done installing the plugin, just put a `[cntdwn todate="9 January 2019
08:00" timeoff="0"]` shortcode into your content. Make sure to change the `todate`
parameter to your target date, and `timeoff` to the GMT offset (in hours) of the
time indicated in the `todate`.

Anything that can be parsed by the `strtotime` php function can be used in the `
todate` parameter. But in order to avoid confusion, it’s better to stick with the
format as the sample above.

See the Frequently Asked Questions for the complete parameters available and their
default values.

## نصب

 1. Upload the `simple-text-only-countdown` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in your WordPress installation.

## سوالات متداول

  How to use this plugin?

 * When you’re done installing the plugin, just put a `[cntdwn todate="9 January
   2019 08:00" timeoff="0"]` shortcode into your content. Make sure to change the`
   todate` parameter to your target date, and `timeoff` to the GMT offset (in hours)
   of the time indicated in the `todate`.

  What are the other parameters available?

The complete parameters that you may use in the shortcode, and their default values,
are:

 * `todate` -> target date to where we’re counting down to;
 * `timeoff` -> GMT offset time. Default is 0 or UTC;
 * `sep` -> the separator to use in between days, hours, etc. Default is `', '`.
   Feel free to change it to `<br />` or otherwise.
 * `showhours` -> Show number of hours remaining? Default is `1` for true. The `
   todate` may be too far in the future that render hours irrelevant.
 * `showmins` -> Show number of minutes remaining? Default is `1` for true. See `
   showhours` above.
 * `showsecs` -> Show number of seconds remaining? Default is `0` for false. Seconds
   may only be relevant for countdowns with live timers.
 * `pretext` -> The text before the countdown text. Default is `'The event starts
   in '`;
 * `posttext` -> The text following the countdown text. Default is `'.'`;
 * `donemsg` -> The text message when the countdown is done. Default is `'The countdown
   is done.'`.

  What’s the standard format for the `todate` parameter?

 * Anything that can be parsed by the `strtotime` php function can be used in the`
   todate` parameter. But in order to avoid confusion, it’s better to stick with
   the format as the sample above.

  How to put the countdown in my theme files?

 * The do_shortcode() can do that for you.

  Is there a widget available for the sidebar?

 * No. But [this article](http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/)
   can show you how to use a shortcode in the sidebar widget.

  Is there a working demo for this plugin?

 * If the target date hasn’t come yet, you might see a working demo of the plugin
   at [ChessHive](http://chesshive.com/working-demo-of-simple-text-only-countdown-plugin/).

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/950f90bff823122526ec0a435d1f78eba6d9b6d87b2d42be694edf5f4d7ec61f?
s=60&d=retro&r=g)

### 󠀁[Perfect for simple applications](https://wordpress.org/support/topic/perfect-for-simple-applications/)󠁿

 [Justin Jackson](https://profiles.wordpress.org/bizboxjj/) 24 نوامبر 2017

Perfect if you just need an in-line text-based countdown timer.

![](https://secure.gravatar.com/avatar/5a8595a7ec174998c5cf85f5e8d789201895187fe9d701c58f3d2513037a5274?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-11023/)󠁿

 [paburmester](https://profiles.wordpress.org/paburmester/) 10 نوامبر 2016 2 پاسخ

Great plugin! simple but makes exactly what they offer. It will be great if we can
personalize also “years”, “months”, “days”, “hours”, “minutes” and “seconds”, so
we can translate them completely.

 [ خواندن تمامی 2 نقد و بررسی‌ ](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/)

## توسعه دهندگان و همکاران

“Simple Text Only Countdown” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

مشارکت کنندگان

 *   [ deuts ](https://profiles.wordpress.org/deuts/)

[ترجمه “Simple Text Only Countdown” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/simple-text-only-countdown)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-text-only-countdown/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-text-only-countdown/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-text-only-countdown/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-text-only-countdown/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.2.0

 * Bug fix to get rid of “A non well formed numeric value encountered” error.
 * Updated descriptions.

#### 1.1.0

 * Changed function name to make it more unique and avoid conflicting with other
   functions.

#### 1.0

 * Original version.

## اطلاعات

 *  نگارش **1.2.0**
 *  Last updated **7 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  Tested up to **4.9.29**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/simple-text-only-countdown/)
 * Tags
 * [countdown](https://fa.wordpress.org/plugins/tags/countdown/)[php](https://fa.wordpress.org/plugins/tags/php/)
   [simple](https://fa.wordpress.org/plugins/tags/simple/)[text-only](https://fa.wordpress.org/plugins/tags/text-only/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/simple-text-only-countdown/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/?filter=1)

[افزودن ارزیابی من](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/simple-text-only-countdown/reviews/)

## مشارکت کنندگان

 *   [ deuts ](https://profiles.wordpress.org/deuts/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/simple-text-only-countdown/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://chesshive.com/donate/)