MTIfBlog
ブログのコンテキストにあるときに実行する条件タグです。
- 使い方
<mt:IfBlog>
<mt:BlogParentWebsite>
<a href="<$mt:WebsiteURL$>"><$mt:WebsiteName encode_html="1"$></a> >
</mt:BlogParentWebsite>
<a href="<$mt:BlogURL$>"<mt:If name="main_index"> class="current"</mt:If>><$mt:BlogName encode_html="1"$></a>
<mt:Else>
<mt:Unless name="main_index">
<a href="<$mt:BlogURL$>"<mt:If name="main_index"> class="current"</mt:If>><$mt:BlogName encode_html="1"$></a>
</mt:Unless>
</mt:IfBlog>