這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Countdown to Next Post

描述

This plugin will display a countdown timer that counts down towards your next scheduled post.

The countdown to your next post can be added as a widget, manually to your sidebar, or into any post or page.

This plugin is perfect for people who write posts in advance and schedule them to be posted at a later time. This plugin will automatically search the wordpress database for the next scheduled post and display a countdown so your readers know exactly when it will be posted.

螢幕截圖

  • Example on a test blog

安裝

Download and move “Countdown to Next Post” into your WordPress plugins directory.

Activate this plugin on your admin panel.

Widget

You can activate this plugin as a sidebar widget.

Manually Insert into Sidebar

Instead of using the widget, you can also manually add the following code into your sidebar.php file:

<li>
<h2>Next Post</h2>
<ul>
<li>
<?php function_exists('scott_timer')?scott_timer():NULL; ?>
</li>
</ul>
</li><li id='countdown'><h2>Countdown:</h2>
<ul>

Insert into a page or post

If you want to insert the “Countdown to Next Post” into a page or post, you can add the following shortcode into the HTML editor for a post or page.

[countdown_to_next_post]

常見問題

I am not getting a countdown. All I see is “No scheduled Posts”.

For this plugin to create a countdown timer there needs to be atleast one post scheduled to be posted at a future time. If you do not have any posts scheduled then you will not see a countdown because there is nothing to countdown to. I would suggest scheduling a test post so you can play around with the plugin and get the formatting how you want it.

How do I schedule a post to be posted at a later time?

When you have completed writing a post, you have the option of posting it right away or scheduling it to post at a later time. You can do this by clicking on the “edit” link beside “Publish immediately” which is just above the save and publish buttons.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Countdown to Next Post” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Countdown to Next Post 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄