This plugin will display a countdown timer that counts down towards your next scheduled post.
Download and move "Countdown to Next Post" into your WordPress plugins directory.
Activate this plugin on your admin panel.
You can activate this plugin as a sidebar widget.
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>
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]
Requires: 2.6 or higher
Compatible up to: 2.8.1
Last Updated: 2009-7-19
Downloads: 1,295
Got something to say? Need help?