该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Coming Soon

描述

WP Coming Soon is a plugin that adds a countdown clock in the Coming Soon page. This plugin uses Keith Wood jQuery plugin. See it at: http://keith-wood.name/countdown.html.

[BASIC USAGE]

Put this if ( function_exists('get_countdown')) get_countdown(); where you want to display the countdown clock…

If you want to use the countdown timer within a page or page template, you can use the shortcode [wp_coming_soon]

屏幕截图

  • The options screen.

  • The countdown in action

安装

1) Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

2) Go to Settings > WP Coming Soon Options and insert the requested info.

3) Put this if ( function_exists('get_countdown')) get_countdown(); where you want to display the countdown clock… If you want to use the countdown timer within a page or page template, you can use the shortcode [wp_coming_soon]

That´s it! =)

常见问题

No questions at the momment

Good!

评价

此插件暂无评价。

贡献者及开发者

“WP Coming Soon” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“WP Coming Soon”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.2.1

  • CSS bug fixes
  • Added WordPress Settings default timezone in the code

1.2

  • jQuery Countdown script was updated solving the problem of compatibility with jQuery on the new version of WordPress.
  • Added Albanian, Gujarati, Malayalam and Uzbek localizations.

1.1

  • Fixed issues with localization of the plugin Options Page
  • Added Portuguese (Portugal) – jquery countdown translation – /js/jquery.countdown-pt.js
  • Fixed some issues with CSS
  • Added Shortcode featured — [wp_coming_soon]

1.0

  • Initial release