Customize your New Blogger’s (blogspot) Blog Title

Sep 23rd, 2008
You can customize your blogger's (blogspot) blog title the way you want. On the home page you will display your blog title and on other pages you can display page's title as of your post heading.
<head>

<title><b:if cond='data:blog.url==data:blog.homepageUrl'><data:blog.pageTitle/><b:else/><data:blog.pageName/> | <data:blog.title/></b:if></title>

</head>

The above code will display your Blog Name on home page and on other pages it will display your post's heading + "|" + "your blog name" as Page title.

For more similar tricks: bloggertricks.com

 

 

Possibly Related posts:

  1. The Editor
    November 19th, 2008 at 11:29 | #1

    Great post I’ve been seaching for this one for a long time!

  2. Joseph
    December 9th, 2008 at 00:09 | #2

    Excellent work! You have saved others a lot of time!

Comments are closed.