Posts Tagged ‘themes’
Page-Speed and garland-revisited
Someone recently pointed out to me that i should install Page-Speed for Firefox and fix some of the errors in my theme.
Here is what another site said about the plugin..
Attention all webmasters and web developers! Google wants to help you improve the performance of your web pages. This week, Google released a tool called Page Speed which is capable of identifying different ways to make your site or web pages run faster.
Read More[HOWTO] WordPress Child Themes
How to preserve changes that you make to theme php files even after you update the theme.
Read More[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 MoreAn email from wordpress!
Today I uploaded v1.0.1 of garland-revisited to the wordpress site, a few minutes later i got an email from wordpress.org! Trying to pull in wp-config.php or wp-load.php directly is a bad idea. The actual location of those files can be in a nearly infinite number of locations, so trying to reference them directly is guaranteed…
Read MoreGarland-revisited WordPress Theme
Fresh new Garland version for Wordpress 2.7!
Read More