> You can use the Label in old classic template, only
thing is, you
> can't add a Label List in the sidebar of your blog,
which means losing
> a lot of advantages of Labels. The labels will only
display at the
> bottom of the post involved. The advantage will be it
will connect all
> the posts with the same label when someone click on
that label at the
> bottom of the post.
To elaborate more on this, labels are injected into the body
of your
entry just following the post. You add labels while you are
composing
it ... just look in the bottom right corner of the posting
page.
For the sidebar, there is a work around for that. After
making a post
with a label attached, publish and view your blog. Scroll
over the
label to get the Url of the label and make a note of it.
Go into your template via the dashboard and enter the
following code:
<h2>Categories</h2>
<ul>
<li><a href="url of your
label">label text</a></li>
<li><a href="url of your
label">label text</a></li>
<li><a href="url of your
label">label text</a></li>
<li><a href="url of your
label">label text</a></li>
</ul>
Obviously it will be a big chore to keep up with all your
labels,
hence the titling this block of code "categories".
I would come up
with several defining categories of what your blog is about
and use
those labels all the time.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "blogger general discussion" group.
To post to this group, send email to
blogger-general-discussion googlegroups.com
To unsubscribe from this group, send email to
blogger-general-discussion-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/blogger-general-di
scussion?hl=en
-~----------~----~----~----~------~----~------~--~---
|