不知道你要的網誌分類是哪一個區塊的?
我假設你要的是BlogList(網誌)那個頁面,左邊每個網誌後面的分類,將這個分類放到彙整頁(summary)上每篇新發表文章的後面
那麼哪要看的是 /templates/summary/目錄下的 blog.template及 post.template
先將 blog.template 裡這一段
{assign var=category value=$blog->getBlogCategory()}
複製到post.template
再將 blog.template 裡這一段
{if $category} | {$locale->tr("category")}: <a href="?op=BlogList&blogCategoryId={$category->getId()}">{$category->getName()}</a>{/if}
複製到blog.template 上你要放的位置