Thursday, June 27, 2019

how to count total no of post in certain post type(trek)

function wpb_total_posts() {
$total = wp_count_posts('trek')->publish;
return $total;
}
add_shortcode('total_posts','wpb_total_posts');


In html
<?php echo do_shortcode('[total_posts]'); ?>

No comments:

Featured Post

Make money online

https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A

Popular Posts