• I have foreach of authors in my page, i am using coauthor
    How can I insert the user social profile? What parameter?

Viewing 1 replies (of 1 total)
  • You can get all the Contact Info details, including the social ones, by doing:

    global $coauthors_plus;
    $contact_info = $coauthors_plus->guest_authors->get_guest_author_fields( 'contact-info' );

    And then looking into $contact_info for the info you need 🙂

    Have a nice day,
    Stefano

Viewing 1 replies (of 1 total)

The topic ‘Insert the user social profile’ is closed to new replies.