2009-04-03

Image

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>


  • Now save the template ,and click Expand Widget Template as shown in image below




  • Search for below code after Expanding Widget Template :-| Find below code with the help of Ctrl+F :)



    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 :)



  • 0 التعليقات:

    Total Pageviews