Browsing content filed in WordPress

Disable update checking of WordPress 3

When you designing a website for client with WordPress, you may not want your client click the “Upgrade” button for any reasons (mostly, by curiosity). We all know that it may cause unusable of customized theme. Here’s how to disable it. Open functions.php of your theme and add following lines. [coolcode lang=”php”] add_filter(‘pre_site_transient_update_core’, create_function(‘$a’, “return […]

WordPress auto upgrade in Mac local environment

When I test WordPress in local Mac OS X, the auto upgrade function is not available. It shows up like below: Here describes reasons and solution. But it doesn't work in my situation: Using XAMPP to set up the testing environment. Another solution were provided in comment 44 by Johan L. It works alright! Do […]

Simplified Chinese Language Pack for NextGEN Gallery

NextGEN Gallery is a very powerful plugin for WordPress that can manage the photo easily. It has many features and provides multiple language support. I’ve just made the Simplified Chinese language pack for the current version. Download Simplified Chinese Language Pack for NextGEN Gallery 1.21 1.33 1.43 1.52 1.55 1.60 1.72 1.73 1.81 1.83 1.91 […]