How to create
categories in Blogger:
Categories are very important in blogger/website, which
helps users to browse related information in easy way
Blogger don't have option to create categories, but in
blogger we can create the categories manually
There are many methods to create categories in blogger
This tutorial will help you to create categories in your
blog
Method 1:
First way is to create categories is using LABELS Widget
Log in to your blogger
Go to Layout ->Click on add gadget
Select Labels Widget
Name it as Categories, and select SELECTED LABELS radio button, click on edit, and select required
labels from list of labels, click done and click on save button
Categories gadget is added to your labels
Click on save
arrangement button, click on preview to see your website layout
Method 2:
Second way is to create categories is using Link List Widget
Log in to your blogger
Select Link List
widget
Name it as Categories, Provide New Site URL as Label URL and New Site Name as your category name
Click on Add Link
Button to add category
In above screen shot how
to blog category is added, Like that we can add any number of categories
After that click on save button, click on save arrangement button
Click on Preview button to see you blog
Method 3:
3rd way is to write your own HTML code to add categories
Log in to your blogger
Go to Layout ->Click on add gadget
Select HTML/Java Script
Name it as Categories, and write Bellow HTML code
<ul>
<li><a href="/search/label/[Label Name]">[Text]</a> </li>
<li><a href="/search/label/[Label Name] ">[Text]</a> </li>
<li><a href="/search/label/[Label Name] ">[Text]</a> </li>
.......................
</ul>
In above source code replace Label Name and Text as your
Label Name and text of label
<ul>
<li><a href="/search/label/How To Blog">How To Blog</a> </li>
<li><a href="/search/label/How%20to%20Make ">How To Cook</a> </li>
</ul>
Click on Save button,
and click on Save arrangement Button
<li><a href="/search/label/How To Blog">How To Blog</a> </li>
<li><a href="/search/label/How%20to%20Make ">How To Cook</a> </li>
</ul>
Click on preview
Enjoy :)
Thank you for visiting how2doit.in, if you find any error in my
post, please let me now in the comments
No comments:
Post a Comment