MTBlogCustomFieldName
「ブログ」システムオブジェクトで作成したカスタムフィールドの『名前』を表示します。
- 使い方
 
<mt:Blogs>
<mt:If name="__first__">
<dl>
</mt:If>
  <dt><$mt:BlogName$></dt>
  <dd>
  <div><$mt:BlogDescription$></div>
    <ul>
      <li>記事数: <$mt:BlogEntryCount$></li>
      <li>ウェブページ数: <$mt:BlogPageCount$></li>
      <li>カテゴリ数: <$mt:BlogCategoryCount$></li>
      <li>コメント数: <$mt:BlogCommentCount$></li>
      <li>使用言語: <$mt:BlogLanguage$></li>
<mt:BlogCustomFields>
<mt:If tag="BlogCustomFieldValue">
      <li><$mt:BlogCustomFieldName$>: <$mt:BlogCustomFieldValue$>
        <div><$mt:BlogCustomFieldDescription$></div>
      </li>
</mt:If>
</mt:BlogCustomFields>
    </ul>
  </dd>
<mt:If name="__last__">
</dl>
</mt:If>
</mt:Blogs>