Meta Box
Support › General › [rwmb_meta id="field-id"] not working
I'm unable to get shortcodes from Custom Fields applied to a Settings Page. (See screenshots)
https://app.screencast.com/collections/g000300BfQL2OvB3ULvVlKdvpyNhE
What am I missing?
Hello Basil,
If you want to output a custom field value from a settings page, please add the attribute object_id which is the option name, and attribute object_type="setting" to the shortcode.
object_id
object_type="setting"
For example:
[rwmb_meta id="phone" object_id="site_option" object_type="setting"]
Please follow the documentation https://docs.metabox.io/shortcode/ https://docs.metabox.io/extensions/mb-settings-page/#using-code