Support

Account

Home Forums Front-end Issues Relationship posts private? Reply To: Relationship posts private?

  • Hi @blg002

    It is possible that the members plugin is preventing the get_posts lookup from working correctly.

    Can you try debuggin the issue by loading the un-formatted version like so:

    
    $talks = get_field('conference_talks', false, false);
    
    echo '<pre>';
    	print_r( $talks );
    echo '</pre>';
    die; 
    

    Thanks
    E