Meta Box
Support Forum
Support › General › Select box in media modal appears to be buggy
Using the following code, I get random values from each select box assigned to the images, and ideas?
https://ghostbin.com/paste/2stz3
Hi,
I've just tested your code and it works correctly. Did you set the correct post ID (for the attachment) when getting the value?
Thanks, I;m using the following code to display, does this look ok to you?
foreach ((array) $image as $id) { $colour = rwmb_meta( 'meta_image_colour', '', $id ); echo "$colour "; }
It looks okay to me. Don't you get any result?
Can you try print_r( $image ) first, to see if images are get correctly?
print_r( $image )
And also try with get_post_meta in the place of rwmb_meta?
get_post_meta
rwmb_meta