中文 WordPress 工具箱
桑林志─中文 WordPress 工具箱
- 安裝:
下載 mulberrykit.zip,將其上載到伺服器 /plugins/ 中,到後台啟動,就完成安裝了!接著我們必須要把參數加到我們所需要的頁面中,以下是各參數的介紹:
- 最新迴響:
使用參數:<?php get_recent_comments(); ?>
僅顯示留言:<?php get_recent_comments_only (); ?>
僅顯示引用:<?php get_recent_trackbacks(); ?>
- 最新文章:
使用參數:<?php get_recent_posts(); ?>
- 顯示評論最多文章:
使用參數:<?php get_mostcommented(); ?>
- 發表評論最多的網友:
使用參數:<?php get_commentmembersstats(); ?>
- 隨機文章:
使用參數:<?php random_posts(); ?>
Powered by ScribeFire.
留言