WP Blueprint is another simple blogger template, which is suitable for "Under construction" blogs. Has a countdown timer , a Twitter widget and a Feedburner email subscription box to allow users to follow your progress.
How to Configure the Counter :
Find this Line :
newYear = new Date(2012, 2 - 1, 20);
According to above line time has been configured as 2012/02/20.
For example if you want to configure time to 2011/12/31, change the above line as,
newYear = new Date(2011, 12 - 1, 31);
How to Configure Twitter Widget :
Find this :
var tweeturl = "http://twitter.com/status/user_timeline/newbthemes.json?count=1&callback=?";
Replace "newbthemes" with your Twitter username.
Now find this:
<a href='http://twitter.com/newbthemes' title='Follow newbthemes on Twitter'>Follow me</a>
Again replace "newbthemes" with your Twitter username.
How to Configure Feedburner :
Find this :
<input name='uri' type='hidden' value='newbthemes'/>
Replace "newbthemes" with your Feedburner ID.