the_author_link

函式
the_author_link ( No parameters )

the_author_link: 該函式顯示指向當前文章的作者或指定使用者的作者檔案頁的連結。

顯示作者的連結或作者的名字。

如果作者有設定主頁,則回顯一個HTML連結,否則只回顯作者的名字。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function the_author_link() {
echo get_the_author_link();
}
function the_author_link() { echo get_the_author_link(); }
function the_author_link() {
	echo get_the_author_link();
}

常見問題

FAQs
檢視更多 >