Support

Account

Home Forums General Issues Author post URL of another author Reply To: Author post URL of another author

  • Ok, I solved it:

    <a href=”
    <?php $array = get_field(‘editor’);
    echo get_author_posts_url($array[‘ID’]);
    ?>”>
    <?php $users = get_field(‘editor’);
    print_r($array[‘display_name’]);
    ?>