So here it is, the trick to optimize your blogger title in new blogger.
1. Get your original template and open in the text editor.
2. Find the following code
<title><data:blog.pageTitle/></title>
3. Delete those code
4. Copy the following code and paste before the tag <head> on your template
<!-- Start Widget-based: Changing the Blogger Title Tag -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='comments' var='post'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/></title></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='nextprev'/>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End Widget-based: Changing the Blogger Title Tag -->
5. Select all code from your text editor and copy.
6. Go to your Blogger template editor. Create a backup copy of your current template.
7. Delete all code on the blogger template editor and paste the new template code from your text editor.
8. Save template and done.
There will be a warning message from blogger for deleting the widgets on your current template. Just click delete and save.
0 comments:
Post a Comment