the_author_link() displays author name with hyperlink. I only want authors link to display and not authors name with hyperlink. how i suppose to do that?.
thanks

2 Answers
2

You may consider using this function :

get_the_author_meta('url')

You can see here the implementation of the function get_the_author_link() and you will see how they construct the link with name.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *