Recent Comments Plugin

1.0x 系で使っていたtkyサン作の tkzy_get_recent_comments.php ,pluginフォルダに入れて active にして,menu の中で
<div id="menu">
<ul>
<li>Recent Comments
<ul id="recent_comments">
<?php tkzy_get_recent_comments($limit = 10); ?>
</ul>
</li>

こんな感じにするだけで使えました。

aka Written by:

One Comment

  1. 26. 10月 2004

    WordPressへの移行のまとめ
    Recently Commented Posts(最近のコメントとトラックバック)プラグインの使用は止めにして、tkzy::blogのtkzy_get_recent_comments.phpを導入。導入にあたっては:: plasticdreams :: ? Recent Comments Pluginが参考…

Comments are closed.