Hi again,
I have put this code as you suggested:
$beach_locations = rwmb_meta( ‘easybeach’, ”, $post->ID );
foreach ( $beach_locations as $beach_location ) {
echo $beach_location;
}
But I still have the same problem. It is strange because I can get one value writing this:
$beach_locations = rwmb_meta( ‘easybeach’, ”, $post->ID );
echo $beach_locations;
So the bug should be in other place or in your side.
Antonio.