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. ...
-
A quick update on one of the things I am up to now (Yeah, I am stupid, get involved in so many projects all at a time). I am just tryi...