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
![](https://itnursery.com/wp-content/uploads/2022/05/1653662503_apple-touch-icon@2.png)
2 Answers
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.