Powered by Blogger.

How to count rows by query_posts in WordPress


How to count rows by query_posts in WordPress

$query = new WP_Query($args);

//Row Count
$query->post_count;

No comments