MTEntryFlag
flag モディファイアで指定した記事のフィールドの状態を、0 か 1 で表示します。
- 使い方
<mt:Entries lastn="99999">AUTHOR: <$mt:EntryAuthor$>
TITLE: <$mt:EntryTitle$>
BASENAME: <$mt:EntryBasename$>
STATUS: <$mt:EntryStatus$>
ALLOW COMMENTS: <$mt:EntryFlag flag="allow_comments"$>
CONVERT BREAKS: <$mt:EntryFlag flag="convert_breaks"$>
ALLOW PINGS: <$mt:EntryFlag flag="allow_pings"$>
PRIMARY CATEGORY: <$mt:EntryCategory$>
<mt:EntryAdditionalCategories>CATEGORY: <$mt:CategoryLabel$>
</mt:EntryAdditionalCategories>
DATE: <$mt:EntryDate format="%m/%d/%Y %I:%M:%S %p"$>
TAGS: <mt:EntryTags glue=",">"<$mt:TagName quote="1"$>"</mt:EntryTags>
-----
BODY:
<$mt:EntryBody$>
-----
EXTENDED BODY:
<$mt:EntryMore$>
-----
EXCERPT:
<$mt:EntryExcerpt no_generate="1"$>
-----
KEYWORDS:
<$mt:EntryKeywords$>
-----
<mt:IfNonZero tag="EntryCommentCount"><mt:Comments>COMMENT:
AUTHOR: <$mt:CommentAuthor default=""$>
EMAIL: <$mt:CommenterEmail$>
URL: <$mt:CommentURL$>
IP: <$mt:CommentIP$>
DATE: <$mt:CommentDate format="%m/%d/%Y %I:%M:%S %p"$>
<$mt:CommentBody convert_breaks="0"$>
-----
</mt:Comments></mt:IfNonZero><mt:IfNonZero tag="EntryTrackbackCount"><mt:Pings>PING:
TITLE: <$mt:PingTitle$>
URL: <$mt:PingURL$>
IP: <$mt:PingIP$>
BLOG NAME: <$mt:PingBlogName$>
DATE: <$mt:PingDate format="%m/%d/%Y %I:%M:%S %p"$>
<$mt:PingExcerpt$>
-----
</mt:Pings></mt:IfNonZero>
--------
</mt:Entries>
モディファイア
- flag="allow_comments | convert_breaks | allow_pings"
-
このモディファイアは必須です。allow_comments はコメントの受け付けの状態を表示し、許可されている場合は 1 になります。allow_pings はトラックバックの受け付けの状態を表示し、許可されている場合は 1 になります。convert_breaks は記事のテキストフォーマットを表示します。
flag モディファイアに convert_breaks を指定した場合のテキストフォーマットと出力値の関係 テキストフォーマット 出力値 なし 0 改行を変換 1 リッチテキスト richtext Markdown markdown Markdown With SmartyPants markdown_with_smartypants Textile 2 textile_2 MTブロックエディタ block_editor