Sunday, November 10, 2013

Remove Blog Name from Blogger Post Title

Remove / Delete / Hide Blog Name from Blogger Page Post Titles


You just need to do a simple edit on your template.

Hoto Design -> Edit HTML from Blogger Dashboard.

Find this code from html code. 
<title><data:blog.pageTitle/></title>

and replace it with the following code below
<b:if cond='data:blog.pageType == &quot;index&quot;'> 
<title><data:blog.title/></title> 
<b:else/><title><data:blog.pageName/></title></b:if>
After replacing the code, save the template. That is it!

No comments:

Post a Comment