I need to add author website and email address to the author.php page- can someone help me out with this?
Also, could this page be copied and made to be a subscribers page?
I need to add author website and email address to the author.php page- can someone help me out with this?
Also, could this page be copied and made to be a subscribers page?
You must be a logged-in exclusive member to view this reply.
You will have to use:
get_the_author_meta('user_url');
and
get_the_author_meta('user_email');
sidenote: interesting that subscribers allowed to signup have no holding pen to be moderated and automatically given domain.com/author/name status
You must log in to post.