Thursday 8 July 2010

Make Widget Category

Blog on Blogger that still use classic HTML Template usually there are no widgets in the sidebar of Categories. if we want to display the widget category we need to add a new java script. we can add them easily enough with one copy and paste the Html sub sidebar that already exists, then we edit.

Here is how to edit, and place the java script, which I've tried it on my blog Deogs. My blog uses classic Template Minima Black, so maybe the results will be different for other templates.
Previously my Blog did not have a blog widget categories.

First go to the Edit menu Html, Search java script code

</BloggerPreviousItems>
 


Copy paste the java script code below under the code of java script above.

</ul>
  </MainOrArchivePage>
  <h2 class="sidebar-title">Category</h2>
    <ul id="label">
    <BloggerLabelItems>
        <li><a href="http://Blog url.blogspot.com/search/label/Label Blog">Label Blog</a></li>
        <li><a href="http://Blog url.blogspot.com/search/label/
Label Blog">Label Blog</a></li>
        <li><a href="http://Blog url.blogspot.com/search/label/Label Blog">Label Blog</a></li>    

     </BloggerLabelItems> 

Replace the bold words in the blog url in accordance with the ID blog example "myname.blogspot.com" and also "Label Blog" in accordance with the existing labels in your blog, because if not replace the java script will not function correctly. If already in the dressing do not forget to save it.


If you want to add more categories, just copy paste the code

<li><a href="http://Blog url.blogspot.com/search/label/Label Blog">Label Blog</a></li>

Put in a new paragraph under earlier codes.

Ok ! Good Luck.
Bookmark and Share

0 comments: