Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #933748
    #933757

    For example, some of those field’s meta names (hooks?) are things like:
    Wp_S2m_Birth_Month
    Wp_S2m_Company_Name
    Wp_S2m_Cell_Phone_Number

    #933850

    I think I have resolved this on my own.

    In the loop-about-author.php file I have added code similar to the following:

    $company_name = get_user_field(‘company_name’);
    $company = __(“Company:”,’avia_framework’) .” “. $author_company;
    <p class=’author-company’>{$company}</p>

    I will have to do a similar code for each item I want to be displayed. But, it seems to be working.

    #934275

    Hi,

    Awesome! Glad that you figured it out. Please feel free to open a new thread if you need anything else. Thank you for using Enfold. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding Meta Data to Author Page’ is closed to new replies.