Entries tagged with “function” from Movable Type Documentation

AuthorEntryCount

The number of published entries created by the current author in context. Example <mt:Authors> <$mt:AuthorDisplayName$> <ul> <li><$mt:AuthorCommentCount$> comments</li> <li><$mt:AuthorEntriesCount$> posts</li> <li><$mt:AuthorEntryCount$> published</li> </ul> </mt:Authors>... Continue Reading  

AuthorEntriesCount

The number of entries created by the current author in context. Example <mt:Authors> <$mt:AuthorDisplayName$> <ul> <li><$mt:AuthorCommentCount$> comments</li> <li><$mt:AuthorEntriesCount$> posts</li> <li><$mt:AuthorEntryCount$> published</li> </ul> </mt:Authors>... Continue Reading  

AuthorCommentCount

The number of comments left by the current author in context. Example <mt:Authors> <$mt:AuthorDisplayName$> <ul> <li><$mt:AuthorCommentCount$> comments</li> <li><$mt:AuthorEntriesCount$> posts</li> <li><$mt:AuthorEntryCount$> published</li> </ul> </mt:Authors>... Continue Reading  

SupportDirectoryURL

Outputs the URL of the support directory. Static Support Directory of Movable Type... Continue Reading  

WebsiteThemeID

Outputs the ID of the theme currently applied to the website in context. The identifier is modified such that underscores are changed to dashes.... Continue Reading  

BlogThemeID

Outputs the ID of the theme currently applied to the blog in context. The identifier is modified such that underscores are changed to dashes.... Continue Reading  

WebsiteRelativeURL

Outputs the Site URL field of the website currently in context. If the website has the Site URL "http://www.example.com/first-website/" , this tag returns "/first-weblog/"... Continue Reading  

WebsiteHost

The host name part of the absolute URL of your website. Attributes: exclude_port (optional; default "0") Removes any specified port number if this attribute is set to true (1), otherwise it will return the hostname and port number (e.g. www.somedomain.com:8080).... Continue Reading  
Continue reading WebsiteHost.  

WebsitePingCount

The number of published TrackBack pings in the website. This template tag supports the multiblog template tags. include_websites modifier exclude_websites modifier singular="TEXT" plural="# TEXT" none="TEXT" Example <$mt:WebsitePingCount singular="1 trackback" plural="# trackbacks" none="No trackback"$> This returns "1 trackback" or "9 trackbacks"... Continue Reading  

WebsitePageCount

The number of published pages in the website. This template tag supports the multiblog template tags. include_websites modifier exclude_websites modifier singular="TEXT" plural="# TEXT" none="TEXT" Example <$mt:WebsitePageCount singular="1 page" plural="# pages" none="No pages"$> This returns "1 page" or "9 pages" or... Continue Reading  

WebsiteCommentCount

Returns the number of published comments associated with the website currently in context. Attributes include_websites modifier exclude_websites modifier singular="TEXT" plural="# TEXT" none="TEXT" Example <$mt:WebsiteCommentCount singular="1 comment" plural="# comments" none="No comments"$> This returns "1 comment" or "9 comments" or "No comments".... Continue Reading  

WebsiteFileExtension

Returns the configured website filename extension, including a leading '.' character. If no extension is assigned, this returns an empty string.... Continue Reading  

WebsiteCCLicenseImage

Publishes the URL of the Creative Commons logo appropriate to the license assigned to the website in context. If the website doesn't have a Creative Commons license, this tag returns an empty string.... Continue Reading  

WebsiteCCLicenseURL

Publishes the license URL of the Creative Commons logo appropriate to the license assigned to the website in context. If the website doesn't have a Creative Commons license, this tag returns an empty string.... Continue Reading  

WebsiteLanguage

The website's specified language for date display. This setting can be changed on the website's settings screen. Attributes: locale (optional; default "0") If assigned, will format the language in the style "language_LOCALE" (ie: "en_US", "de_DE", etc). ietf (optional; default... Continue Reading  
Continue reading WebsiteLanguage.  

WebsiteTimezone

The timezone that has been specified for the website displayed as an offset from UTC in +|-hh:mm format. This setting can be changed on the blog's General settings screen. Attributes: no_colon (optional; default "0") If specified, will produce the timezone... Continue Reading  

WebsiteID

Outputs the numeric ID of the website currently in context.... Continue Reading  

WebsitePath

Outputs the Site Root field of the website currently in context. An ending '/' character is guaranteed.... Continue Reading  

WebsiteURL

Outputs the Site URL field of the website currently in context. An ending '/' character is guaranteed.... Continue Reading  

WebsiteDescription

Outputs the description field of the website currently in context. <$mt:WebsiteDescription$>... Continue Reading