Archive for the ‘How To’s’ Category

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 [...]

How to Transfer a Domain from Network Solutions to MyDomain

This tutorial walks through the process of transferring a domain name from Network Solutions to MyDomain.

How to Clear Your Cache in Firefox

Screencast Version