Blogger Label Categories Hack
This hack is orginally developed by Hackosphere but the way he presented this hack to bloggers does not support to all bloggers templates
,i have done some edit in this code and change the place of code ,and now it will supporting all blogger templates
so read it carefully before place this code in yours template.

- To do this, Login into your blogger account. Usually you will bring to Dashboard after login.
- Choose your blog and click “Layout”
- Click “Edit Html” subtab on the “Template” tab
- Now Put Below code just after <head> tag.
<script type='text/javascript'>
function toggleIt(id) {
post = document.getElementById(id);
if (post.style.display != 'none') {
post.style.display = 'none';
} else {
post.style.display = '';
}
}
</script>
And after that add
this code
in between yours template ,add only red part of code in yours template code ,after adding it save the template .And you are done .If still you are facing anyproblem then comment me yours problem ,i will back with yours problem solution soon ![]()
Related Posts
- Blogger Hacks- How To Put Label Cloud Or Tag Cloud On Blogger Sidebar
- Blogger Hacks -How To Add Digg Buttom To Blog Post
- Read More Feature In Blogger
- Blogger Hack - Expandable post summaries for professional blog design
- Blogger Archive Hacks -Show Blog Post Headers In Archive

Search for below code after Expanding Widget Template Find below code with the help of Ctrl F
u didnt mention here wat code to search???
Thankyou for this hack. I use this hack in my blog.