這是由對岸朋友開發的一套外掛,其功能有:最新回響、最新文章、顯示評論最多文章、顯示發表評論最多網友、隨機文章、顯示摘要…等功能,安裝這一個外掛,可以說是把我們架站,一些最最常用的功能,全部整合到一起,也是國人愛用的外掛之一!

官方網頁:桑林志─中文 WordPress 工具箱

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

其他細部設定請參考官方網站:桑林志,有很詳細的介紹!
 

參考引用:
        .桑林志─中文 WordPress 工具箱
         Blue955.我的天

arrow
arrow
    全站熱搜

    jianmin2 發表在 痞客邦 留言(0) 人氣()