カテゴリごとの最新記事を表示する
以下について、ですが、カテゴリの並び順は、拡張プラグインを使っています。
※SortCatFld::の部分です。
<div class="widget-categories widget">
<h3 class="widget-header">カテゴリ</h3>
<div class="widget-content">
<MTTopLevelCategories sort_method="SortCatFld::Sort">
<MTSubCatIsFirst><ul class="widget-list"></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li class="widget-list-item">
<a href="<$MTCategoryArchiveLink$>" <MTIfNonEmpty tag="MTCategoryDescription">title="<$MTCategoryDescription$>"</MTIfNonEmpty>><$MTCategoryLabel$> (<$MTCategoryCount$>)</a>
<MTEntries lastn="1">
<span class="inCagetoryDate">
<a href="<$MTEntryPermalink$>">
<$MTEntryDate language="en" format="%Y %b %d">
</a>
</span>
<span class="inCategory">
<a href="<$MTEntryPermalink$>">
<$MTEntryTitle$>
</a>
</span>
</MTEntries>
<MTElse><li class="widget-list-item"><$MTCategoryLabel$>
</MTIfNonZero>
<MTSubCatsRecurse></li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTTopLevelCategories>
</div>
</div>
トラックバック(0)
このブログ記事を参照しているブログ一覧: カテゴリごとの最新記事を表示する
このブログ記事に対するトラックバックURL: http://northernland.net/mt/mt-tb.cgi/6

コメントする