• I don’t want to display the blue widget instead I want to show the spam count like “Total amount of spam caught: xxxx”.

    Anyone know how?

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Stick this code into the theme or into an ExecPHP widget or wherever you want that will run the PHP code.

    Total amount of spam caught: <?php echo number_format(get_option('akismet_spam_count')); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Show akismet spam count’ is closed to new replies.