Entries tagged with “websites” from Movable Type Documentation

BaseSitePath

Sets the default website path. If this value is specified, Movable Type will limit path settings for all newly created web sites. Examples BaseSitePath /path/to/directory Default Value none... Continue Reading  

HideBaseSitePath

If "1" is specified, Movable Type will not display the "Limit Site Path" option in the settings screen "System" => "General Settings". Examples HideBaseSitePath 1 Default Value 0 (Show settings)... Continue Reading  

WebsiteHasBlog

A conditional tag that returns True when the current website in the context has one or more blogs. An else tag can be used with this tags.... Continue Reading  

NewUserDefaultWebsiteId

When a new user creates a blog, the blog will be created within the website specified by the website_id directive. Default none Example NewUserDefaultWebsiteId classic_website... Continue Reading  

DefaultWebsiteTheme

When the user creates a new website, the selected theme ID will be set as the default option. Default none Example DefaultWebsiteTheme classic_website... Continue Reading  

Entries tagged with “websites” from MT5 Documentation

Creating and Deleting a Website

With Movable Type 5 we introduced a new 'website' concept. Now you can easily create a larger site by placing multiple blogs within a website. You can create multiple blogs within a website. The webmaster can manage the website's top... Continue Reading  

Managing Template Modules at Website Level

If you create multiple blogs within a website, managing your templates is easier if you share them. For example, things like "Header" or "Global Navigation" are often shared within a site. If you want to use the website's "Header" template... Continue Reading  

Designing Website and Blog Themes

With Movable Type 5 we introduced a new 'website' concept. Now you can easily create a larger site by placing multiple blogs within a website. You can create multiple blogs within a website. The webmaster can manage the website's top... Continue Reading  

Sharing Template Modules Between a Website and its Blogs

This chapter explains how to share common template modules and widgets between a parent website and its child blogs. We will use the "Classic" theme for websites and blogs as examples. Common Template Modules For a website and blog to... Continue Reading  

Entries tagged with “websites” from Movable Type Documentation

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  

BlogParentWebsite

Block tag to retrieve the parent website context from the child blog context. Example You can get the parent WebsiteID from the child blog template to include website templates. <mt:SetVarBlock name="website_id"><mt:BlogParentWebsite><mt:WebsiteID></mt:BlogParentWebsite></mt:SetVarBlock> <mt:Include module="website header" blog_id="$website_id">... 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  

WebsiteIfCommentsOpen

A conditional tag that returns true when: the system is configured to allow comments and the website is configured to accept comments in some fashion. Example <mt:WebsiteIfCommentsOpen> <!-- do something --> </mt:WebsiteIfCommentsOpen>... 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