[HOWTO] Display number of spams stopped since your blog started.

So i wanted to display total number of spam coments blocked by askismet. Checking the the plugins source i found this function which returns the number: [php]get_option(‘akismet_spam_count’);[/php] Getting the blogs first post date was the tricky bit and required a database query: [php]$firstpost = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_type = ‘post’ AND post_status =…

Read More

Garland 1.2

Ive updated Garland-Revisited. I had some problems with farbtastic and jquery with wordpress 2.8, after much hair pulling ive ditched farbtastic and the theme uses jscolor. Please someone try it with 2.8 and let me know if there are any problems, ive tried 2.8 and 2.8.1b2. here is the link to 1.2 of the theme:…

Read More