- This topic has 2 replies, 2 voices, and was last updated 9 months, 2 weeks ago by .
-
Topic
-
Hi,
I have a group field in which I have a select_advanced field. How can I get label from the select_advanced field? I have a value, but i need a label.my current code:
<?php $parts_name = rwmb_meta('group', $args = ' ', $post_id = $post->ID); foreach ($parts_name as $part_name) : echo $part_name['item']; endforeach ?>
group ID -‘group’
select_advanced ID – ‘item’Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.