Thứ Tư, 24 tháng 1, 2018

Hiển thị tổng số bài post theo post type wordpress

<?php // Get total number of posts in post-type-name
 $count_posts = wp_count_posts('post-type-name');
 $total_posts = $count_posts->publish;
 echo $total_posts . ' custom posts. ';
?>

Không có nhận xét nào:

Đăng nhận xét