WP Blueprint Blogger Template

Template Name:
WP Blueprint
Author / URL:
NewBloggerThemes | http://newbloggerthemes.com/
Designer / URL:
eliseos | http://eliseos.net/
Published Date:
November 15, 2011
Categories:
Adapted from Wordpress, Blue, Fixed width, No Sidebar, Under Construction, White,
Advanced Details:
http://newbloggerthemes.com/wp-blueprint-blogger-template/


More Info :

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.

One Response to “WP Blueprint Blogger Template”

  1. mhharismansur says:

    thank you very much

Leave a Reply