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.