Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

the_author_posts

概要

投稿者の投稿数を表示します。
草稿、プライベート投稿はカウントされません。
このタグはThe Loopの中で使用して下さい。

用法

<?php the_author_posts(); ?>

引数

(none)

(none)
引数はありません

用例

<p><?php the_author(); ?>は<?php the_author_posts(); ?>件の投稿です</p>