Retired Documentation:  You are using the documentation for version 1.7.3 which was retired in 2013. Go here for the latest version documentation or check here for your available upgrades to the latest version.

Weblog Information Tag

The purpose of this tag is to display general information about the specified weblog as set under Admin > Weblog Management.

{exp:weblog:info weblog="news"}

Weblog Name: {blog_title}<br />
Description: {blog_description}

{/exp:weblog:info}

Parameters

weblog=

weblog="weblog_name"

The name (short name) of the weblog. This is a required parameter.

Variables

blog_description

{blog_description}

This variable simply displays the content from the "Weblog Description" field.

blog_encoding

{blog_encoding}

This variable simply displays the content from the "XML Character Encoding" setting.

blog_lang

{blog_lang}

This variable simply displays the content from the "XML Language" setting.

blog_title

{blog_title}

This variable simply displays the content from the "Full Weblog Name" setting.

blog_url

{blog_url}

This variable simply displays the content from the "Weblog URL" setting.

Top of Page