Description
Simply select a block in the WordPress editor, toggle on Dynamic Content, and select the custom field (aka post meta key) that contains the value you’d like to display. If that value changes in your database, it will automatically reflect the change on the frontend of your site.
The following blocks are currently supported:
* Paragraph
* Heading
* Verse
FAQ
-
Does this work with ACF (Advanced Custom Fields)?
-
Absolutely! Works with regular custom fields or ACF.
-
Can I have just a section of text dynamic?
-
Not yet! Currently the dynamic value will take over the entire block.
Reviews
Contributors & Developers
“Dynamic Block Content” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Dynamic Block Content” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.3
- Filter out serialized values
- Remove dev dependency from composer.json
- Remove defining constants from json
0.1.2
- Works with nested/inner blocks
0.1.1
- Fix frontend rendering bug
- Tested up to WordPress 6.0
- Update author info
0.1.0
- Initial release.