06/17/2016 at 12:41 pm
#379827
Participant
I had to enter the field title inside the echo command of the array. It was confusing because this wasn’t needed in the admin form, just for the front end.
if ( ! empty( $text ) ) echo ‘Volunteer Position: ‘ . esc_html( $text ) . ‘
‘;