the_author_link()

Displays either author’s link or author’s name.

Description

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();
}

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.