wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_author_link › WordPress Function

Da2.1.0
Deprecaton/a
the_author_link ( Nessun parametro )
Links:
Definito a:
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.


Sorgenti

function the_author_link() {
	echo get_the_author_link();
}