How To Change Left Sidebar To Right Sidebar In Blogger

The blogspot is a world wide use blog platform, a lot blogger write blogs on blogspot. There are a lot beautiful free blogger templates to use if you do not like the default themes. But the blogger default themes are also great, most of my blogspots are not change the default themes, sometimes you need … Read more

How to post via Email to Blogger.com?

In some countries and institutions , some websites are blocked, just like youtube,blospot,myspace,hi5,facebook etc. If you are a blogger, and the blog has been blocked when you are in other area, how can you update your blog? If you use blogspot, there is any easy way to update your blog: just send an email to your blog?that’s it.How? Here are steps on how to post via email to your blog.

Read more

Display Google Adsense Only On Individual Single Post

Put google adsense ads which will shown in only individual post? You can add the following   lines of codes to the top and bottom of the code block respectively:

<b:if cond='data:blog.pageType == "item"'>
</b:if>

The above lines will add in a condition which value is negative is the blog is not showing individual post content page. Thus anything that are wrapped inside it won’t be shown on homepage, label or category pages, or archive pages.

Read more