Support

Account

Home Forums General Issues Nested Relationships Reply To: Nested Relationships

  • 
    $manufacturer = get_field( 'product_manufacturer', $featured_post->ID );
    $logo = get_field( 'manufacturer_logo-darkbg', $manufacturer->ID );
    $manuname = get_the_title( $manufacturer->ID );