Support

Account

Home Forums General Issues Is my field/data structure correct? Reply To: Is my field/data structure correct?

  • Figured it out 🙂

    
    $county_field = get_field('county', $post->ID);
    $county = substr($county_field, 0, -5);