blog
copyright ©
creamu Inc. All Rights Reserved.
art direction & design: Kunitaka Kawashimo
code, interaction & photography: creamu Inc.
category: Technology

Movabletype サイドバーにトラックバックを表示させる

Pocket

Movabletypeのサイドバーにトラックバックを表示させるため下記のコードを追記。
<h2>最近のトラックバック</h2>
<ul>
<MTPings lastn=”10″>
<li><a href=”<$MTPingURL$>”target=”_blank”><$MTPingTitle$></a><br />
 from <$MTPingBlogName$> at <$MTPingDate$></li>
</MTPings>
</ul>
ref. サイドバーに最近のトラックバックを表示する