Hi,
sorry I am new to this and after several hours searching am still lost...
I have created a fieldset_text using the Metabox builder:
id "key_topic_1"
which has the following keys for the elements within:
topic
obj1
obj2
I was trying code such as:
[rwmb_meta options="topic" meta_key="key_topic_1"]
OR
[rwmb_meta key="topic" meta_key="key_topic_1"]
but it always displays the whole fieldset.
I would like to display not the whole fieldset, but just the content of individual keys (elements) of the fieldset using shortcodes in projects (pages) on my site.
I need to insert the shortcodes into the html area of my pages (since I don't want to modify the theme).
Thanks in advance for explaining to a beginner...