Powered By Blogger
Showing posts with label image. Show all posts
Showing posts with label image. Show all posts

Wednesday, December 28, 2016

Get count of post type in wordpress


/*Get count of attachment post type*/
$count_posts = wp_count_posts('attachment');