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:


Great post I’ve been seaching for this one for a long time!
Excellent work! You have saved others a lot of time!