Hey cool, so einen Code hab ich mir auch noch nicht überlegt und hab mir das dann mal so in mein
Archiv eingefügt. Ich hab den Satzbau etwas verändert und die Zahl noch zusätzlich als fett markiert...
PHP-Code:
<?php
$count_posts = wp_count_posts( 'post' );
echo 'In meinem Blog wurden insgesamt <strong>' . $count_posts->publish . '</strong> Artikel veröffentlicht.';
?>