About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Restoration
7/2/2017 - 3:53 PM
share
Share
add_circle_outline
Save
カスタムポストタイプの記事数を取得
カスタムポストタイプの記事数を取得
category_count.php
content_copy
file_download
<?php $post_count = wp_count_posts('video')->publish;//publishを指定することで公開記事分だけ取れる
clear