Latest Comments Extended
Extends the Latest Comments block with additional features.
by Sérgio Santos · github.com/s3rgiosan/latest-comments-extended · website
★ 2stars
2release downloads
3composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/s3rgiosan/latest-comments-extended/releases/download/1.7.1/latest-comments-extended-1.7.1.zipAlso on Packagist as s3rgiosan/latest-comments-extended:
composer require s3rgiosan/latest-comments-extendedDeclares an update source (https://s3rgiosan.dev/), so updates arrive through the plugin's own updater.
From the readme
Latest Comments Extended
Extends the Latest Comments block with additional features.
Description
Enhances the WordPress core Latest Comments block by adding a post type filter. By default, the Latest Comments block displays comments from all post types — this plugin lets you narrow it down to a specific one.
Requirements
- WordPress 6.7 or later
- PHP 7.4 or later
Features
- Filter comments by post type using a new control in the block inspector sidebar
- Automatically detects all public post types registered on your site
- Adapts the UI based on the number of available post types (dropdown for many, toggle buttons for few)
- Reset the filter to show comments from all post types
Usage
1. Add or select a Latest Comments block in the editor.
2. Open the block settings sidebar.
3. Under Filters, choose a post type to display comments from.
4. To show comments from all post types again, choose "All" or click Reset All.
Installation
Manual Installation
1. Download the latest release ZIP from the Releases page.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
T
Read the full README on GitHub →