Echo 2 values from one key in Array with get_post_custom
The main problem with your code is that you only store the value and not the venue name a simple fix would be to change your vlaue to hold the venue name as well , something like: array( ‘name’ => ‘Venue’, ‘desc’ => ‘Venue of Event’, ‘id’ => $prefix . ‘event_venue’, ‘type’ => ‘radio’, ‘options’ … Read more