Channel Information Tag¶
Introduction¶
The purpose of this tag is to display general information about the specified Channel as set under Admin ‣ Channel Administration ‣ Channels.
{exp:channel:info channel="news"}
Channel Name: {channel_title}<br>
Description: {channel_description}
{/exp:channel:info}
Variables¶
channel_description¶
{channel_description}
This variable simply displays the content from the “Channel Description” field.
channel_encoding¶
{channel_encoding}
This variable simply displays the content from the “XML Character Encoding” setting.
channel_lang¶
{channel_lang}
This variable simply displays the content from the “XML Language” setting.
channel_title¶
{channel_title}
This variable simply displays the content from the “Full Channel Name” setting.
channel_url¶
{channel_url}
This variable simply displays the content from the “Channel URL” setting.

User Contributed Notes
This is a non-looping tag pair intended to be used to retrieve into for one channel. Specifying multiple channels with pipes between channel names will cause the tag to not return anything.
You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide