Count Posts all together (Posts, Custom Post Types)

[ad_1]

Hi everybody,

i’m trying to get the total number of posts from four different posts types, added into one number. From the “normal” WordPress Posts and three custom Post Types (discussions,review,community). I tried working with the normal short code (see below) but couldn’t get it to include all post types into one single number.

function gooloo_total_posts() {
$total = wp_count_posts()->publish;
return $total;
}
add_shortcode(‘total_posts’, ‘gooloo_total_posts’);

[ad_2]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer