<$BlogURL$>
Replaced with: The URL in the blog's Settings.
Usage: A good value for a "home" link, or the "back to current" link in an archive template, e.g.
home
Can also be used as a base href, to make relative links work in both the main page and in archive pages in a separate directory.
<$BlogTitle$>
Replaced with: The Title in the blog's Settings.
Usage: The title in the page, e.g.
<$BlogDescription$>
Replaced with: The Description in the blog's Settings.
Usage: A subhead in the header, or at the top of a sidebar, e.g.
<$BlogArchiveFileName$>
Replaced with: The Archive Filename in the blog's Settings.
Usage: Either a link to the archive index page (for blogs with a separate index page), e.g.
archives
or the script tag that loads the archive links (for blogs that include links with Javascript), e.g.
Note that Blogger doesn't know about the path to the archives (except when it is ftping), so if the archives aren't in the same directory as the main page, you need a path in front of <$BlogArchiveFileName$>, either http://www.example.com/archives/ or /archives/ starting with a slash and going from the server's root directory.
<$BlogItemBody$> <$BlogItemBody$> , your formatting will end after the first paragraph in a post, baffling your template user. <$BlogItemAuthor$> or <$BlogItemAuthorNickname$> <$BlogItemAuthorEmail$> <$BlogItemAuthorURL$> <$BlogItemDateTime$> <$BlogItemArchiveFileName$> <$BlogItemNumber$> Permalinks: <$BlogArchiveLink$> <$BlogArchiveName$>
<$BlogDateHeaderDate$>
Replaced with: The date for a set of posts on one day, in the format specified in Date Header Format in the blog's Settings.
Usage: These three tags go together: either you use all three, or none. No other Blogger tag has meaning inside
<$BlogDateHeaderDate$>
Then, the , , and would be closed in the
<$BlogDateHeaderDate$>
Replaced with: No Blogger tags have meaning inside
Usage: Either as a separator between days, or to close HTML tags opened in
or, to close the CSS version:
To separate days when you aren't grouping the posts in a table or div, use any HTML that suits you, e.g.:
Replaced with: The text of the posts.
Usage: Because a post can contain any sort of HTML, including lists and tables, if you wrap a tag around <$BlogItemBody$> for formatting, it should be a block-level tag like
In any case, never, ever, use
because "Convert Line Breaks" changes a return on a blank line in a post into a
Replaced with: The values in the profile for the user making the post.
Usage: Either directly, as text, e.g.
Posted by <$BlogItemAuthor$>
or inside a tag, e.g.
<$BlogItemAuthor$>
If you are designing a template for general use, like at BlogSkins.com, use <$BlogItemAuthor$>, because everyone has one of those, but for a template for your own use, use <$BlogItemAuthorNickname$> if you want a cutesy tag, so that you can leave your name in your profile as an actual name. That way when you post in the Blogger Discuss forum, your post will be identified by your name, which makes you seem reasonable, rather than by "Jumbalo's Giant Talking Penis", which will cut down on the number of replies you get.
Replaced with: The email address in the profile for the user making the post.
Usage: Together with <$BlogItemAuthor$>, to make a mailto: link, e.g.
<$BlogItemAuthor$>
Replaced with: The URL in the profile for the user making the post.
Usage: Rarely used, in team blogs, to make a link to the home page for the user making the post, e.g.
<$BlogItemAuthor$>
Replaced with: The date and/or time of the post, in the format specified in Timestamp Format in the Settings for the blog. By default, set to time only, but for a template that lists a date and time for each post, rather than using a
Usage: Either used alone as text, e.g.
at <$BlogItemDateTime$>
or commonly used as the link text in a permalink, e.g.
<$BlogItemDateTime$>
Replaced with: The filename for the archive file where the post appears.
Usage: in permalinks.
Replaced with: The unique number for the post.
Usage: in permalinks, and as the target for the permalink.
Several of the Blogger tags are used to build permalinks, which are the links for each post that lead to that post's permanent location in the archives. To make permalinks work, you need two sets of tags. Before the <$BlogItemBody$> tag, include
(or if you insist on XHTML)
Then, for the link itself, use
<$BlogItemDateTime$>
(or <$BlogItemDateTime$> for XHTML)
Since it may not be obvious to everyone what the link is, even if you use "link" as the text rather than the post time, including title="Permanent link to this item in the archives" is a good idea.Tags that only have meaning between
<$BlogItemSubject$>
Replaced with: For posts with a title, everything between the
Usage: Format the title with any HTML you like, as long as you don't depend on it, since it won't be included when there is no title (don't open a tag in the title, intending to close it after the post). For example:
<$BlogItemSubject$>
Tags that only have meaning between
Replaced with: The filename for each archive page.
Usage: as the href for an archive link.
Replaced with: The date for each archive page, in the format 03/10/2002 - 03/16/2002
Usage: as the link text for an archive link, e.g.
<$BlogArchiveName$>
BACK TO 1GREENEYE