Support

Account

Home Forums General Issues Article Relationship Reply To: Article Relationship

  • Hi @homax

    Thanks for the code.

    Can you elaborate one what is going wrong with the code?

    Have you debugged any of the variables? eg:

    
    $posts = get_field('myfieldname');
    
    echo '<pre>';
    	print_r( $posts );
    echo '</pre>';
    die;