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:
Posts (Atom)
Popular Posts
-
Google kills AZLyrics A few days back I Google searched for a Song Lyrics and found the lyrics is displayed directly on Google Search P...
-
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. ...