1. open your Blog.
2. Go to Dashboard---> Go to Template--> Edit HTML
3. Press Ctrl F and find below code.
<title><data:blog.pageTitle/></title>
4. And replace it with Above Code.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
2. Go to Dashboard---> Go to Template--> Edit HTML
3. Press Ctrl F and find below code.
<title><data:blog.pageTitle/></title>
4. And replace it with Above Code.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
0 Response to "Remove Blog Name from Title on Blogger."
Post a Comment