• Resolved nordmtl

    (@nordmtl)


    Hi,

    I need to create an author’s page with full text bio and big photo and display it:
    website.com/author/<name>

    I have added a custom text field using your plugin and input text.
    I can see in on the profile page in the admin area.

    How can I output this content on the authors page?
    website.com/author/<name>

    There is no file author.php in my template.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nordmtl

    (@nordmtl)

    I created an authors page by renaming archive.php.

    I created a text custom field named “about”

    So, how can I output content from this custom field for a user by the url:
    website.com/author/<name>

    Inserting <?php echo do_shortcode( ‘[prflxtrflds_user_data]’ ); ?> into author.php provide the table with all fields for all users.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    To add user data for specific users use the following shortcode (where * is user ids, separated by commas): [prflxtrflds_user_data user_id=*]

    Hi,

    We consider this topic as resolved. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display new filed content on an author page?’ is closed to new replies.