Posts Tagged ‘Code’
WordPress: Post Countdown Plugin
UPDATE: Support for this plugin has moved to Headway Marketing. Have you ever wanted to countdown to a milestone post? Here is the code needed to display a countdown to, say your 1000th post. <?php $post_count = wp_count_posts(); $published_posts = $post_count->publish; $countdown = 1000-$published_posts; echo $countdown; ?> Update: Now You Can Use This Handy Plugin [...]