Eliminating name of blog from title of Blogger Blogspot post
You have not never made note this? I think so if you are reading this post.
Beh, in any case, if been reading any post of a blog on platform Blogger Blogspot normally appears on the bar of the browser, up on the left the name of blog before the title it of the post (for example geek4work: To eliminate…). It's possible to eliminate the name of the blog in simple and fast way. It is necessary to go in the panel of administration of blogger, in Layout and then to click on Modification HTML, make backup, then search the text
and to replace it with this other
That is and enjoy.
Beh, in any case, if been reading any post of a blog on platform Blogger Blogspot normally appears on the bar of the browser, up on the left the name of blog before the title it of the post (for example geek4work: To eliminate…). It's possible to eliminate the name of the blog in simple and fast way. It is necessary to go in the panel of administration of blogger, in Layout and then to click on Modification HTML, make backup, then search the text
<title><data:blog.pageTitle/></title>
and to replace it with this other
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>
That is and enjoy.
Commenti