14 September 2019
How to Remove Blog Title from Post Title in Blogger [Blogspot]???
Blogger Edit HTML
title><data:blog.pagetitle/></title>
Replace the above code with this:
<b:if cond= 'data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Subscribe to:
Comments (Atom)
Popular Posts
-
If you have been using Blogger , you may have noticed some Blogger Templates come with really frustrating Images sizes. There 2 these...
-
Links connect one web page to another web page, but they can also connect one part one part of a page to another part of the same web page. ...
-
It is no secret that if there are lots of Broken Links (404 errors) and Thin Content on your website, it hurts your website ranking in Goo...