Swap Blogger Title Hack – Error Free!
Blogger recently changed the way the layout codes are processed which prevented Blogger users to change their layout through the Page Elements Layout tab while using the Swap Title hack. Nobody could find a solution to this till now. Blogger introduced a new layout tag “blog.pageName” recently which gave me an idea to solve the Swap Title problem. I tested my method on this blog and guess what? It works just fine!
So without wasting any more time here is the all new “Error Free” Blogger Swap Title Hack:
- Backup your blog’s template just to be safe.
- Find this code in your template:
<title><data:blog.title/></title> or <title><data:blog.pageTitle/></title>
- Replace the above tag with this:
<!– Blogger Swap Title by Archit T at http://blog.archit.in –>
<b:if cond=’data:blog.pageType == "item"’>
<title>
<data:blog.pageName/> | <data:blog.title/>
</title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!– End of Blogger Swap Title by Archit T at http://blog.archit.in –> - Save your template and you’re done!
This hack does not return any XML errors which the older Swap Blogger Title Hacks do and it also lets you change your template layout through the Page Elements Layout tab!
Enjoy blogging and if you want more tips on blogging, you could subscribe to my blog feed.

