Support

Account

Home Forums General Issues display the last post in relationship field Reply To: display the last post in relationship field

  • 
    // get the relationship field
    $posts = get_field('relationship-field-name');
    // get the last post in the field
    $post = array_pop($posts);