Definition:
function the_author_link() {}
Display either author’s link or author’s name.
If the author has a home page set, echo an HTML link, otherwise just echo the author’s name.
Source code
function the_author_link() { echo get_the_author_link(); }
2967
No comments yet... Be the first to leave a reply!