Version User Scope of changes
Jan 12 2007, 6:19 PM EST (current) juicecowboy 7 words added
Jan 12 2007, 3:54 PM EST juicecowboy 167 words added

Changes

Key:  Additions   Deletions
First, from the Blogger help section you should understand this:

How do I create permanent links to my posts?

Permalinks are "permanent links" to blog posts; they're one aspect of blogs that differentiate them from other forms of web content. Some good discussion of their history is over at plasticbag.org.Permalinks are created in two steps.

First, a unique identifier is applied to each post using an anchor tag, like this:
<a name="<$BlogItemNumber$>">&nbsp;</a>

(This should go somewhere in your post body. If you include it in the itemtitles section, your post will only get numbered if you specify a title.)

Second, you need to display the permalink for each post. This is usually done in the footer and near the author name:
<a href="<$BlogItemPermalinkURL$>" title="permanent link">#</a>

These tags are already present in Blogger's default templates, but could be useful if you're rolling your own.
Now for Wine Life Today the code is easy. Instead of the:
<a href="<$BlogItemPermalinkURL$> title="permanent link">#</a>
Use this:
<a href="http://www.winelifetoday.com/submit.php?url=<$BlogItemPermalinkURL$>" ><strong>Toast This!</strong></a>


note: This is for classic Blogger templates


Top Contributors