Описание
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
Часто задаваемые вопросы
-
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.
Отзывы
Участники и разработчики
«Dynamic Block Content» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Dynamic Block Content» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
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.