How to make Blog title appear after post title?
Simply follow these steps,
- Go To Blogger > Design > Edit HTML
- Backup your template
- Search for
<title><data:blog.pageTitle/></title>
4. Now replace it with the code below,
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
5. Done!
Now upon view your blog in search listings you will find the blog title appearing after blog post title name. Further the title position change will also occur in your browser as shown below,
I thank everyone for their prayers. I had a successful appendix operation and now I am safe and sound Alhamdulillah. Thank you buddies!
Source: http://www.mybloggertricks.com/2011/03/make-homepage-title-appear-after-post.html
0 comments :
Post a Comment