https://github.com/wpmetabox/mb-comment-meta
Add custom fields support for comments. Extension for Meta Box plugin.
https://github.com/wpmetabox/mb-comment-meta
comment-meta comments custom-fields wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
Add custom fields support for comments. Extension for Meta Box plugin.
- Host: GitHub
- URL: https://github.com/wpmetabox/mb-comment-meta
- Owner: wpmetabox
- Created: 2017-07-13T10:33:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T16:05:16.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:21:09.319Z (about 1 year ago)
- Topics: comment-meta, comments, custom-fields, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://metabox.io/plugins/mb-comment-meta/
- Size: 11.7 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[MB Comment Meta](https://metabox.io/plugins/mb-comment-meta/) is an extension for [Meta Box](https://metabox.io) plugin, which adds custom fields to comments in WordPress.
> **Meta Box Lite**
> We recommend using [Meta Box Lite](https://metabox.io/lite/), a feature-rich free UI version of Meta Box that provides UI and all free features for managing custom fields and dynamic content on WordPress, including post types, taxonomies, custom fields, and relationships.
The plugin supports all field types from Meta Box: text, select, color, media, date time, etc. and all the field options.
### Screenshot

### Installation
You need to install Meta Box plugin first
- Go to **Plugins | Add New** and search for **Meta Box**
- Click **Install Now** button to install the plugin
- After installing, click **Activate Plugin** to activate the plugin
Install **MB Comment Meta** extension
- Go to **Plugins | Add New** and search for **MB Comment Meta**
- Click **Install Now** button to install the plugin
- After installing, click **Activate Plugin** to activate the plugin
### Usage
To use this plugin, just [register a meta box](https://metabox.io/docs/registering-meta-boxes/) and add the following parameter for meta box:
```php
'type' => 'comment',
```