Contributors: bhargavbhandari90
Donate link: https://www.paypal.me/BnB90/20
Tags: block, meta, metadata, custom-field, blocks
Requires at least: 6.7
Tested up to: 6.8
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A Gutenberg block to display post meta fields with optional SVG icon.
- Custom Gutenberg Block
- Displays post meta values
- Includes optional SVG icon
- Supports dynamic alignment (
left
,center
,right
)
- Upload the plugin folder to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
- Add/Edit post and search for "Meta Display" block
- Insert the Meta Display Block into any post or page.
- Select the meta key you want to display.
- Optionally add an svg icon.
- Adjust text alignment and background from block settings.
demo-with-music.-.4K.mov
- Go to plugin's root
- Run
npm install
- To watch for changes, run
npm start
To create a publish ready plugin, run:
npm run build
To format code, run:
npm run format
Report here https://github.com/BhargavBhandari90/meta-display-block/issues
- Initial Release.