Navigation Panel

How to change Blogger Post's Title

Way to change Blogger Post's Title

If you ever searched your blog on Google, you might have noticed that you blog's title is something like this - Example Blog: A Post Name.

Before - After (click on the image to enlarge)
Follow the instructions given below to change you Blogger Post's Title from "Example Site: New Post" to "New Post - Example Site".


1. Blog Dashboard > Template > Edit HTML


2. Find this code "<title><data:blog.pageTitle/></title>". You should find it within 15 lines. If you don't then try Ctrl+F for a search box to help search the code.


3. Replace the "<title><data:blog.pageTitle/></title>" code with the code given below -

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

4. Save Template.

You are done!

Post a Comment

0 Comments