Hi guys,
Not sure if I'm overlooking something here but I am only getting a single result when using rwmb_meta to retrieve values for a checkbox list field. You will be able to see from the screenshot that there are two matching the post in question (#768). What am I doing wrong??
$post_services = (!empty(rwmb_meta('post_services'))) ? rwmb_meta('post_services') : '';
Thanks in advance,
Will