How to add category to blogger blogspot

add category to blogger account blogspot trick

I was fed up of using blogger without category and when I searched for articles on how to add category to blogger or blogspot account, I had a real hard time finding this articles most of the articles take you to delicious account don’t get distracted here is the right way to add category to your blogger.

All you have to do is add a list unordered list or ordered list if you are unaware of html try the code given below

100% working method tips and tricks

After you migrate to Blogger Beta:

1. Click Template > Customize Design > Upgrade your Template
2. Click a Template > Save Template
3. Click Postings > Edit Posts > Edit
4. Enter a label for your post on the Labels box.
5. Do the same for every post.
6. When you are at the last post > Click show all (it’s beside the Labels box)
7. Highlight the labels > Copy
8. Open a text editor > Paste > Save
9. Create list of labels in your text/html editor using the following format:
<a href=”http://yourpage.blogspot.com/search?label=yourlabels”>yourlabels</a>

10. Replace yourpage with the name of your blog.
11. Replace yourlabels with one of your labels.
12. Paste the list of your labels inside the sidebar.
For example in minima it can look like this: <!– start sidebar –> <h2 class=”sidebar-title”>Labels</h2> <ul> <li><a href=”http://yourpage.blogspot.com/search/label/yourlabels”>yourlabels</a></li> <li><a href=”http://yourpage.blogspot.com/search/label/anotherlabel”>anotherlabel</a></li> </ul> <!– end sidebar –>

12. Click Publish.

So the list <li> element for bollynasha.blogspot.com becomes for wallpapers

<li><a href=”http://bollynasha.blogspot.com/search/label/wallpapers”>wallpapers</a></li>

Shortcut

I would suggest you goto page elements option and then add an html element name it

 

gt-template.jpg

as category or whatever you feel like and add the above code  you are done if you have problems ask me.

have a great day.