Meta Box
Support › Meta Box AIO › adding field in oxygen repeaterResolved
Hi,
I'm a bit stuck in adding a meta box custom field in oxygen page builder.
I've created a field called "Service Icon" with the id 'service_icon" in a group called "services".
I've then put the following code into an oxygen php block but it's not displaying anything on the front end.
rwmb_the_value( 'service_icon', array( 'size' => 'thumbnail' ) );
Am I doing it totally wrong?
Hi Jimimac,
Thank you for reaching out.
You need to loop through the array to get sub-fields value. See more on this documentation https://docs.metabox.io/extensions/meta-box-group/#getting-sub-field-values.
Refer to topics https://support.metabox.io/topic/oxygen-builder-output-a-repeater-field/