Descripción
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
Preguntas frecuentes
-
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.
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce "Dynamic Block Content" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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.