Widget: 最近のトラックバック

MTOS 4.2 RC2で最近のトラックバックを表示するwidgetを作成してみました。

<MTIf name="main_index">
<MTIfNonZero tag="MTBlogPingCount">
    <MTPings lastn="5">
        <MTPingsHeader>
<div class="widget-recent-entries widget-archives widget">
    <h3 class="widget-header">最近のトラックバック</h3>
    <div class="widget-content">
        <ul class="widget-list">
        </MTPingsHeader>
        <MTPingEntry>
            <li  class="widget-list-item">From <a href="<$MTPingURL$>"><$MTPingTitle$></a> To <a href="<$MTEntryLink$>#trackbacks"><$MTEntryTitle$></a></li>
        </MTPingEntry>
        <MTPingsFooter>
        </ul>
    </div>
</div>
        </MTPingsFooter>
    </MTPings>
</MTIfNonZero>
</MTIf>

コメントの場合、<MTEntries>タグのrecently_commented_onモディファイアを使えばエントリー毎にまとめることが出来ますが、トラックバックにはそのようなモディファイアが無いので、Movable Type標準のタグだけでは、まとめて表示するのは難しそうです・・・。