Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Last active October 14, 2016 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/20d96b118088cc19d057e0b5fcc56fc7 to your computer and use it in GitHub Desktop.
Save Kaiderella/20d96b118088cc19d057e0b5fcc56fc7 to your computer and use it in GitHub Desktop.
Thống kê tổng số bài viết
<?php // Get total number of posts
$count_posts = wp_count_posts();
$total_posts = $count_posts->publish;
echo $total_posts . ' Bài viết';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment