Hi, I have a custom field, called "Dining", with three options: "Breakfast" "Lunch" "Dinner"
Everything shows up fine on the admin page and the new contact can check whether it is available for Breakfast, Lunch and/or Dinner. But not having luck getting those options to display.
Tried: <?php echo get_post_meta($post->ID, "Dining", true); ?> and <?php echo get_post_meta($post->ID, "Dining", false); ?>
Also tried: <?php echo get_post_meta($post->ID, "Breakfast, Lunch, Dinner", true); ?>