Keep Update

Enter your email address:

Delivered by FeedBurner

Subscribe to Blogging Arena by Email

Sunday, November 13, 2011

How To Change Blog Title with Title Post

On this occasion I will discuss about how to change our blog title to match the title of our posts. It is simple but can increase the number of visitors because of ease " Google Search " to read our blog post.

1. Go into your blogspot dashboard, then select Design then Edit HTML
2. Use the search tool ( Ctrl F ), and look for the code <title><data:blog.title/></title&gt;, do not forget to check the Expand Widget Templates
3. Replace the code <title><data:blog.title/></title&gtwith the code below:

<b:if cond='data:blog.pageType == "index"'><title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>



4. Save and finish.
Good luck and hopefully useful for you
Thank You ^^

0 comments:

Post a Comment