The Blog of Pross!

Just another WordPress site

Tag Archives: wordpress

[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 = [...]

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: [...]

Nearly 1.0 for Folding-Stats-Plus!

Version 1.0 is nearing completion for my folding plugin for wordpress! 0.9 Sees the flatfile cache removed and everything stored in the wordpress options, this means more control over style options and less problems with server configs/file permissions etc. Also, if the plugin tries to update your stats from the F@H server and sees the [...]

WordPress 2.7 Beta 3

WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total): Numerous style improvements and refinements. All admin notices now go under the page title. PHP Notice fixes. Dashboard widget options now properly save. Menu fixes. New design for Quick Edit. [...]

WordPress beta2 is ready!

Beta2 is now released, I’m running CVS so got it automatically, download it and check it out! WordPress 2.7 Beta 2 is ready.  Here is a quick rundown of changes since beta 1. The Upload button didn’t always show. Fixed. JS on the Dashboard broke for blogs with no comments, causing several UI elements to [...]

What’s your favorite thing about the 2.7 Beta?

There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What’s your favorite thing about 2.7 so far? Or if you haven’t made the leap yet, to which feature are you most looking forward? Check out the poll here: http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/trackback/