Support

Account

Home Forums General Issues Get field from an adjacent post Reply To: Get field from an adjacent post

  • To do this you would need to use the WP get_adjacent_post() function then use the ID of that post to get the field you want from the other post get_field('field_name', $adjacent_post->ID);