s3rgiosan/latest-comments-extended

Maintainers

Package info

github.com/s3rgiosan/latest-comments-extended

Type:wordpress-plugin

pkg:composer/s3rgiosan/latest-comments-extended

Fund package maintenance!

s3rgiosan

Ko Fi

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.6.0 2026-03-04 21:55 UTC

This package is auto-updated.

Last update: 2026-03-06 08:54:18 UTC


README

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.

Latest Comments Extended

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 plugin ZIP file from the GitHub repository.
  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

To include this plugin as a dependency in your Composer-managed WordPress project:

  1. Add the plugin to your project using the following command:
composer require s3rgiosan/latest-comments-extended
  1. Run composer install to install the plugin.
  2. Activate the plugin from your WordPress admin area or using WP-CLI.

Changelog

A complete listing of all notable changes to this project are documented in CHANGELOG.md.