Support

Account

Home Forums ACF PRO Query two fields altogether Reply To: Query two fields altogether

  • Thanks for your support,

    Now I have adopted relationship for my output and this question has resolved half of my problem.

    now I also want get_permalink( $person->ID ):

    <a href="<?php echo get_permalink( $person->ID ); ?>">
    	<?php echo get_the_title( $person->ID ); ?>
    </a>

    so that those values can linked to their respective post.