the_author_posts

函式
the_author_posts ( No parameters )

the_author_posts: 此函式顯示當前文章的作者或指定使用者發表的文章的數量。

顯示當前文章的作者所發的文章數量。

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

常見問題

FAQs
檢視更多 >