How to count rows by query_posts in WordPress $query = new WP_Query($args); //Row Count $query->post_count;
Post a Comment