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

Surbma | Recent Comments Shortcode

描述

A simple shortcode to display recent comments. You can use it in text widgets or with every shortcode enabled page builder.

The shortcode:
[recent-comments]
[recent-comments number=”10″ author=”” title=””]

There are seven parameters for this shortcode:

  1. author__not_in – Author ID to exclude from the list. Default: NULL to list all comments from all authors.
  2. number – Number of comments to return. Leave blank to return all comments. Default: 5
  3. order – How to sort comments: ‘ASC’ (Ascending – lowest to highest) or ‘DESC’ (Descending – highest to lowest). Default: DESC
  4. author – Do you want to hide the author? Just give an empty parameter: author=””
  5. title – Do you want to hide the title? Just give an empty parameter: title=””
  6. excerpt – Do you want to hide the excerpt? Just give an empty parameter: excerpt=””
  7. morelink – You can specify the text of the more link. Do you want to hide the more link? Just give an empty parameter: morelink=””

There is no mandatory parameter, you can use the shortcode as is.

IMPORTANT! This (or any other) shortcode is working only in a widget, if you or the theme has enabled the use of shortcodes in widgets. I’m not giving any description how you can do it, because there are a lot of posts out there. You can do a search for this: wordpress enable shortcodes in widgets

安裝

  1. Upload surbma-recent-comments-shortcode folder to the /wp-content/plugins/ directory
  2. Activate the Surbma | Recent Comments Shortcode plugin through the ‘Plugins’ menu in WordPress
  3. That’s it. Now you can use the shortcode. 🙂

常見問題

Why doesn’t work the shortcode in a text widget?

Because you have to enable this function. By default, WordPress does not allow you to use shortcodes in widgets. I’m not giving any description how you can do it, because there are a lot of posts out there. You can do a search for this: wordpress enable shortcodes in widgets

What does Surbma mean?

It is the reverse version of my last name. 😉

評價

There are no reviews for this plugin.

貢獻者及開發者

“Surbma | Recent Comments Shortcode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

2.0

Release date: 2020-02-10

  • TWEAK – Tested with WordPress 5.3 version.
  • TWEAK – Updated to use a new way to deploy it to wp.org repo.

1.1.0

  • Added a new parameter to exclude authors from the list.
  • Compatibility check with WordPress 4.6 version.
  • Fixed textdomain path for localization.
  • Added new tags.
  • Updated description.

1.0.1

  • Fix localization.
  • Prevent direct access to the plugin.

1.0.0

  • Initial release.