難易度:★★☆☆☆
フリーのプラグインをご利用ください。
開発者様のサイト
The blog of H.Fujimoto
http://www.h-fj.com/blog/
プラグイン紹介ページ
http://www.h-fj.com/blog/archives/2007/08/28-114447.php
プラグインを設置後、[デザイン]-[ウィジェット]-[サイドバー>メニュー]を以下のソースに入れ替えて再構築で完成します。
<!--ここから-->
<div class="widget-01">
<div class="widget-content01">
<mt:ifArchiveTypeEnabled archive_type="Category">
<mt:if tag="blogCategoryCount">
<MTTopLevelCategories sort_method="SortCatFld::Sort">
<mt:subCatIsFirst>
<mt:hasNoParentCategory>
<mt:else>
<ul>
</mt:hasNoParentCategory>
</mt:subCatIsFirst>
<mt:if tag="categoryCount">
<mt:hasNoParentCategory>
<a href="<mt:categoryArchiveLink />" title="<mt:categoryDescription />"><mt:categoryLabel></a> [<mt:categoryCount />]
<mt:else>
<li class="widget-list-subcat"><a href="<mt:categoryArchiveLink />" title="<mt:categoryDescription />"><mt:categoryLabel></a> [<mt:categoryCount />]</li>
</mt:hasNoParentCategory>
<mt:else>
<mt:hasNoParentCategory>
<h3 class="cat-title"><mt:categoryLabel></h3>
<mt:else>
<li class="widget-list-subcat"><mt:categoryLabel></li>
</mt:hasNoParentCategory>
</mt:if>
<mt:subCatsRecurse />
<mt:subCatIsLast>
<mt:hasParentCategory>
</ul>
<mt:else>
</mt:hasParentCategory>
</mt:subCatIsLast>
</MTTopLevelCategories sort_method="SortCatFld::Sort">
</mt:if>
</mt:ifArchiveTypeEnabled>
</div>
</div>
<!--/ここまで-->
カテゴリ一覧を見ると。
トップレベルカテゴリを作成の右横に、カテゴリの並べ替えのボタンが表示されていると思います。
クリックし、並べ替えたいカテゴリを上下のボタンで移動させ保存、再構築で並替が完了します。