Hey guys! Welcome to another Gurusprovince tutorial.
Today, we’re gonna be teaching you guys how to remove homepage title from main posts in Blogger.
Note: this helps a lot in Search engine optimization.
To do this:
Go to dashboard > Theme > Edit theme >
Now proceed to editing and (Don’t forget to backup your template) click on anywhere on the code then press (ctrl+F) to find the
<title><data:blog.title/></title>
Replace the code with the following code.
<b:if cond=’data:blog.pageType == “item”‘>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
Then save it.
After that, open a new tab then check your site if its still in the same form same before.
That’s all guys!
If you encounter any error while trying this tutorial, kindly make use of the comment box below.
REMEMBER: Always visit for more interesting topics.
Nice Article.