Updated Swap Blog Title Hack

Here is another easy way to swap blog title and post title on new blogger. You can also add your Meta Tags on blogger here. As you may already know that swapping blog title and post title is a really important steps to do if we want to have a better SEO implementation on our blog, that lead me to find another better way to do this.

As many of you probably notice, now Blogger has updated changed their system worst so we can’t put any widgets inside the section anymore.

Swap your blogger title in just 1 minute.

1. Go to your Blogger template editor.

2. Find this line of code

<title><data:blog.title/></title>


2. Replace that line with these codes 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>

3. Save your template, and done.

Hope it works for all of you guys. thanks

*thanks to Archit for letting us know this issue first.



Get Your Individual Post Date Stamp Working

There are is huge Chance that when you first install a template your timestamp format won’t be set properly and you’ll see an “undefined” message instead of the post date.

You’ll need to make one small change in your “Settings” => “Formatting” => “Timestamp Format” section before it will work. Change whatever you currently have to this format: “Sunday, April 13, 2008″ and then save. Make sure you change the “Timestamp Format” which is the 4th one down. Your template should now work properly.

timestamp-format.png



Adding a RSS Subscribtion Message Under Posts

A friend of mine wanted to know how to add RSS subscription messages under the posts like mine , i saw this messages on BlogOhBlog.com and i wanted to do the same , here how to do it.

This is a tutorial for blogger platform.

If you want a rss subscription message same as mine, go to edit html , expand your widgets and , copy and paste the codes below after this line

<p><data:post.body/></p>


<br/>
<br/>
<div style=’padding:5px; border:1px solid #999999; background-color:#efc954; margin-top:1px;’><img align=’left’ src=’http://sdf789zzxx.googlepages.com/rss_tekil.png‘/>If
you enjoyed this post,<a href=’YOUR-FEED-URL-GOES-HERE’><b>
make sure you subscribe to my RSS feed! </b></a
></div>


The Result will be like this:

The blue text in above image will be linked to your RSS feed url.


Tips

  1. You had better host this image on your googlepages,photobucket or imageshack account to prevent bandwith from exceeding.
  2. You can change border color and background color also the message and image align , thats why i coloured changable lines.
  3. Before saving template , preview it , if you like it then save it . This trick will not cause any problem in your blogger template.
  4. This can be used in blogger classic templates and blogger xml templates.
  5. Do not hesisate to ask question 🙂

Thanks!