Title usually located in front of the blog posting title. As the smart seo, optimize title that will affect us in creating blogs in the top rank search results. Surely people would prefer to vote click on the search results display the title of the posting directly. Examples of this in my blog.
If you are using tricks to change the title of your blog post title then it would be great to go into the front ranks of search engines, or more Search Engine Friendly.
Changing Blog Title with Post Title
1. Login to your Blogger account
2. Select Layout » Edit HTML
3. Find the following code:
or<title><data:blog.title/></title>
<title><data:blog.pageTitle/></title>
4. Replace code with:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
5. Finally, click Save Template.
To the main page title will remain the title of the blog. But if you try to open a post, the post title would later become the title of the blog.
Good luck...