Support

Account

Home Forums Front-end Issues Relationship Field Image Size Reply To: Relationship Field Image Size

  • I managed to figure this out. Pasting the updated code for everyone else that has this question.

    The key was in calling the variables, you have to call it specifically from that post’s data.

    $attachment_id = get_field('page_header_image',$p->ID);