the_author_link

Advertisement

Summery Summery

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

Syntax Syntax

the_author_link()

Description Description

If the author has a home page set, echo an HTML link, otherwise just echo the author’s name.

Source Source

File: wp-includes/author-template.php

function the_author_link() {
	echo get_the_author_link();
}

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply