Wp Launcher is another beautiful blogger template, which is suitable for "Under construction" blogs. Has a countdown timer , share buttons and a Feedburner email subscription box to allow users to stay update with your site launch.
How to Configure the Counter :
Find this Line :
new Date(2014,3 - 1,16, 0, 0, 0)
According to above line time has been configured as 2014/03/16.
For example if you want to configure time to 2011/12/31, change the above line as,
new Date(2011,12 - 1,31, 0, 0, 0)
How to Configure Progress Bar :
Find this :
procent:40
Change "40" to any value between 0 and 100.
How to Configure Feedburner :
Find this :
<input name='uri' type='hidden' value='newbthemes'/>
Replace "newbthemes" with your Feedburner ID.