這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

RecentComments

描述

This plugin allows you to show the latest comments, pingbacks or trackbacks in the sidebar of your blog or anywhere else. The plugin comes with widget and gravatar support and gives you the options to finetune the listing the way you like it.

Most themes bring along their own stylesheet rules. This plugin requires very little predefined css rules. You can customize every single listing element by editing the recentcomments.css.

螢幕截圖

  • Recent activity, flat listing with gravatars enabled, no hover
  • Recent comments, flat listing with gravatars enabled, no hover
  • Recent pingbacks, listing grouped by post, no hover
  • Recent activity, listing grouped by post, gravatars enabled, no hover
  • Recent comments, listing grouped by post, with gravatars and hover enabled

安裝

  1. Unpack the zipfile latestcomments-X.y.zip
  2. Upload folder recentcomments to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Place <?php if(function_exists('recentcomments_display')) recentcomments_display(); ?> or <?php if(function_exists('recentcomments_display')) recentcomments_display('comment'); ?> or <?php if(function_exists('recentcomments_display')) recentcomments_display('pingback'); ?> or <?php if(function_exists('recentcomments_display')) recentcomments_display('trackback'); ?> in your template or use the sidebar widgets.

常見問題

Does this plugin displays stuff in the sidebar only?

No, you can place a function call everywhere in your template. See the installation section.

評價

There are no reviews for this plugin.

貢獻者及開發者

“RecentComments” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 RecentComments 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

  • v0.2 2014-10-13 updated to wordpress 4.0
  • v0.1 2009-07-06 initial release