tag | description |
---|---|
<$BlogOwnerProfile$> | creates an About Me section with About Me as the header, followed by <$BlogOwnerPhotoUrl$> wrapped with the text that follows: the word Name:, followed by either <$BlogOwnerFullName$> or <$BlogOwnerNickname$> (the latter is used if First Name and Last Name are not entered in the profile), followed by the word Location:, followed by <$BlogOwnerLocation$>, followed by <$BlogOwnerAboutMe$>, followed by the words View my complete profile, linked to <$BlogOwnerProfileUrl$>. If any of the fields are empty, the spacing and titles that would have gone with them are quietly omitted. |
template tags for the blog body
The tags described below are used to output the main body of your blog page, including the blog entries themselves.
tag | description |
---|---|
<$BlogTitle$> | outputs the contents of the Title field from the Settings | Basic page (page 38) |
<$BlogURL$> | outputs the URL of the blog's main page, e.g., 4) |
<$BlogDescription$> | outputs the contents of the Description field from the Settings | Basic page (page 38) |
<Blogger>...</Blogger> | anything that should repeat for each entry in your blog must be contained within these tags |
<BlogDateHeader>...</BlogDateHeader> | a conditional tag whose contents only appear with the first (and only the first) of each day's blog posts |
<$BlogDateHeaderDate$> | generates the date of the post; its format is determined by the selection made in the Date Header Format field on the Settings | Format page; must be enclosed in opening and closing <BlogDateHeader> tags; |
<BlogDateFooter>...</BlogDateFooter> | a conditional tag whose contents only appear with the last (and only the last) of each day's blog posts |
<BlogItemTitle>...</BlogItemTitle> | a conditional tag whose contents are output only if the post has a title; should be used to contain the <$BlogItemTitle$> |
111) |