Support

Account

Home Forums ACF PRO Relationship : CPT taxonomy and regular post Reply To: Relationship : CPT taxonomy and regular post

  • What is the field type and settings for the field you’re trying to get on this line?

    
    <?php echo get_field( 'auteur', $auteur->ID ); // name of the taxonomy but it can't display the terms ?>
    <