function anzahl_artikel() { $artikel = wp_count_posts( 'post' ); echo $artikel; }