Display Author’s Post Count
Shows the number of posts published by the author.
PHP
<?php echo count_user_posts(get_the_author_meta('ID')); ?>
Snippet Feedback
Did this snippet work for you? Do you have any questions about this snippet? Leave some feedback below.
SHARED BY
10 Views