<?php
$count_posts = wp_count_posts();
$published_posts = $count_posts->publish;
echo $published_posts; echo(' Beiträge wurden bisher veröffentlicht'); }
?>
<?php
$count_posts = wp_count_posts();
$published_posts = $count_posts->publish;
echo $published_posts; echo(' Beiträge wurden bisher veröffentlicht'); }
?>