Plugin info

Total downloads: 14,226
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/23/2021 (1803 days ago)
Added to WordPress: 1/20/2019 (6 years old)
Minimum WordPress version: 5.2
Tested up to WordPress version: 5.3.20
Minimum PHP version: 7.1

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1803 days ago • 2 reviews

22/100

Is Post Meta Controls abandoned?

Possibly abandoned (last update 1803 days ago).

Compatibility

Requires WordPress: 5.2
Tested up to: 5.3.20
Requires PHP: 7.1

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

CC Slider
Rating 5.0/5 (7 reviews)Active installs 10
Hm News Ticker
Rating 0.0/5 (0 reviews)Active installs 10
Places WP Lite
Rating 0.0/5 (0 reviews)Active installs 0
Allow2
Rating 0.0/5 (0 reviews)Active installs 0
Quantum Viewports
Rating 0.0/5 (0 reviews)Active installs 0

Description

DemoDocumentationGitHub

Register, Save, Modify and Get meta data in the Gutenberg editor.
Use this plugin to add meta data controls inside a sidebar in the editor of posts, pages or custom post types.
This is the list of controls available:

  • Buttons
  • Checkbox, Checkbox Multiple
  • Color, Color with Alpha
  • Custom text
  • Date Range, Date Single
  • Image, Image Multiple
  • Radio
  • Range, Range with Float number
  • Select
  • Text, Textarea

The plugin comes with different options to customize the Sidebars, Tabs, Panels and Setting controls.

Usage

Once the plugin is installed, you will need to include the plugin filter inside your plugin or theme to create a sidebar with it’s settings.
The new sidebar/s can be accessed in any post type where it was registered.
Modify the setting values with the controls inside the sidebar.
Use the plugin helpers (see Helpers to get the meta values section) to get the meta data in the front end.

Installation

Installation from the WordPress admin.

  1. Log in to the WordPress admin and navigate to Plugins > Add New.
  2. Type Post Meta Controls in the Search field.
  3. In the results list Post Meta Controls plugin should appear, click Install Now button.
  4. Once it finished installing, click the Activate button.
  5. Now you can register your sidebar and settings using the filter in your plugin or theme.
  6. To view your sidebar go to any post where Gutenberg is enabled and the sidebar was registered to.

Frequently Asked Questions

No FAQ available

Review feed

cjyabraham
11/22/2019

Essential plugin for CPTs in a Gutenberg world

Since I started using Gutenberg to build sites I've found this plugin essential in order to add meta info for CPTs. At one point I looked around for alternatives but ended up finding none that could do everything this plugin does. Thank you!

Screenshots

  1. Sidebar with different tabs, panels and controls

    Sidebar with different tabs, panels and controls

Changelog

1.4.1

  • Updated dependencies

1.4.0

  • Updated dependencies
  • Minor bug fixes

1.3.4

  • Fixed bug with color default value not saving
  • Fixed initial data fetch
  • Minor style fixes for WP 5.6

1.3.3

  • Fixed bug with case sensitive file name mismatch

1.3.2

  • Fixed incompatibilities with WordPress 5.5
  • Updated packages

1.3.1

  • Fixed bug that didn’t load correctly small images in the editor.
  • Minor bug fixes.

1.3.0

  • Added minimum_days option in date_range.
  • Added maximum_days option in date_range.

1.2.0

  • Added unavailable_dates option in date_single and date_range.
  • Use a rest route to get the sidebars data instead of printing the data inline.
  • Fixed WP 5.3 meta key from saving an empty value if the key doesnt exist.
  • Fixed momentjs locales file not loading correctly.
  • Fixed date_range defaults not showing.
  • Fixed bug when saving empty value in image and image_multiple.
  • Code refactor. Migrated JavaScript to TypeScript.

1.1.0

  • Simplified some of the core functions.
  • Styling fixes.
  • Minor bug fixes.
  • Updated dependencies.

1.0.1

  • Checkbox Multiple fix: If there were old values saved that no longer belong to the options, we display them as selected. If they are deselected we remove them from the options.
  • Updated dependencies.

1.0.0

  • Initial release.