Swapping Blogger post tittle & Blogger tittle Trick is here.
You might have seen, several blog sites tittle & post tittle gets swapped here is the trick..
1)Click on Design TAB
2)Click on Edit HTML
3)Search for the <Head> TAG and place this code after it.
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
You might have seen, several blog sites tittle & post tittle gets swapped here is the trick..
1)Click on Design TAB
2)Click on Edit HTML
3)Search for the <Head> TAG and place this code after it.
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
No comments:
Post a Comment