Description
Demo – Documentation – GitHub
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.
Screenshots
Installation
Installation from the WordPress admin.
- Log in to the WordPress admin and navigate to Plugins > Add New.
- Type Post Meta Controls in the Search field.
- In the results list Post Meta Controls plugin should appear, click Install Now button.
- Once it finished installing, click the Activate button.
- Now you can register your sidebar and settings using the filter in your plugin or theme.
- To view your sidebar go to any post where Gutenberg is enabled and the sidebar was registered to.
Reviews
Contributors & Developers
“Post Meta Controls” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Post Meta Controls” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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.