$args = array( 'post_type' => 'schusslersalz' ); $the_query = new WP_Query( $args ); echo $the_query->found_posts;