https://github.com/s3rgiosan/latest-comments-extended
Extends the Latest Comments block with additional features.
https://github.com/s3rgiosan/latest-comments-extended
block-editor gutenberg wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
Extends the Latest Comments block with additional features.
- Host: GitHub
- URL: https://github.com/s3rgiosan/latest-comments-extended
- Owner: s3rgiosan
- License: gpl-3.0
- Created: 2024-11-29T00:40:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-26T11:22:09.000Z (9 months ago)
- Last Synced: 2026-01-13T09:58:45.102Z (6 months ago)
- Topics: block-editor, gutenberg, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 698 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Latest Comments Extended
> Extends the Latest Comments block with additional features.
## Description
Enhances the Latest Comments block with additional features for greater customization and functionality.

## 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:
```bash
composer require s3rgiosan/latest-comments-extended
```
2. Run `composer install` to install the plugin.
3. 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](https://github.com/s3rgiosan/latest-comments-extended/blob/main/CHANGELOG.md).