Support

Account

Home Forums ACF PRO Get Fields from Post in Relationship Loop Reply To: Get Fields from Post in Relationship Loop

  • Ok, my fault. The solution is:

    <?php 
    	$singleproduct = get_field('products', $post->ID);
    	if( $singleproduct ): 
    ?>