このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Recent Comments Widget Plus

説明

This plugin will enable a custom and advanced recent comments widget. Allows you to display a list of the most recent comments with avatar and excerpt, you can also choose which to show newer comments first or older comments first and choose comments from any post type.

Support this project

If you are enjoying this plugin. I would appreciate a cup of coffee to help me keep coding and supporting the project! Support & donate.

Features Include

  • Display avatar with customizable size.
  • Display comment excerpt with customizable length.
  • Exclude pingback & trackback
  • Post type option.
  • Offset option.
  • Option to choose the comments order.
  • Allows you to set title url.
  • Custom CSS class.
  • Multiple widgets.

Links

スクリーンショット

  • Widgets output

インストール

Through Dashboard

  1. Log in to your WordPress admin panel and go to Plugins -> Add New
  2. Type comments widget plus in the search box and click on search button.
  3. Find Comments Widget Plus plugin.
  4. Then click on Install Now after that activate the plugin.
  5. Go to the widgets page Appearance -> Widgets.
  6. Find Recent Comments Plus widget.

Installing Via FTP

  1. プラグインをハードディスクにダウンロードします。
  2. zip を解凍します。
  3. Upload the comments-widget-plus folder into your plugins directory.
  4. Log in to your WordPress admin panel and click the Plugins menu.
  5. プラグインを有効にします。
  6. Go to the widgets page Appearance -> Widgets.
  7. Find Recent Comments Plus widget.

FAQ

How to disable default style

This plugin add a small css code to your website, to remove it please add the code below in your theme functions.php

add_filter( 'cwp_use_default_style', '__return_false' );

Widget does not update with last comments

If you use cache plugin, please try to clear the cache or re-save the widget.

評価

2020年9月15日
plugin se kterým jsem byl dosud velmi spokojen “Get Recent Comments” přestal s novou aktualizací WP pracovat, tak jsem musel hledat jiný. Tento je také jednoduchý, intuitivní, ale pro ne-anglické weby je nešikovné, že do textu píše anglické slovo “ON” (opravil jsem – comments-widget-plus/includes/functions.php:71) ve zdroji, ale po aktualizaci zase určitě bude anglicky.
2019年12月28日
Great plugin, with a several options to help show recent comments on widget. Works well (no php notices, php errors, etc.).
2019年10月20日
this plugin is Excellent and has many useful options. i hope an option be added to be able to exclude some people’s comments from widget. thanks
2019年9月28日
Could use an option to limit how many characters should be shown in title. I have a lot of titles that are very long and it just looks weird. So for example if you could shorten “This is a very long title of a post that I made” to “This is a very…” Otherwise, it looks really good and works as intended.
20件のレビューをすべて表示

貢献者と開発者

Recent Comments Widget Plus はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Recent Comments Widget Plus” は6ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Recent Comments Widget Plus” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.3

  • Enchancement: Code refactor to follow latest WordPress coding standard.

1.2.0

  • Support new Widget block.