wpseek.com
A WordPress-centric search engine for devs and theme authors



the_author_link › WordPress Function

Since2.1.0
Deprecatedn/a
the_author_link ( No parameters )
Links:
Defined at:
Codex:

Displays 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

function the_author_link() {
	echo get_the_author_link();
}