サイト+子サイト+ウェブページのパンくずに使えそうなテンプレートタグ
<ul>
<mt:IfWebsite>
<li><a href="<$mt:WebsiteURL encode_xml="1"$>">HOME</a></li>
<mt:Else>
<mt:IfBlog>
<mt:BlogParentWebsite>
<li><a href="<$mt:WebsiteURL encode_xml="1"$>">HOME</a></li>
</mt:BlogParentWebsite>
<li><a href="<$mt:BlogURL$>"<mt:If name="main_index"> class="current"</mt:If>><$mt:BlogName encode_html="1"$></a></li>
</mt:IfBlog>
</mt:IfWebsite>
<li><$mt:PageTitle$></li>
</ul>
https://www.movabletype.jp/documentation/appendices/tags/ifwebsite.html
コメントを残す