WordPress

SQL(リビジョンあり) [#rd92b20e]

 select COUNT(ID) from wp_posts;

SQL(リビジョンなし) [#bfced598]

  select COUNT(ID) from wp_posts where post_type != 'revision';