Browsing content filed in WordPress
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. add_filter('pre_site_transient_update_core', create_function('$a', "return null;")); // ...
There are several ways to use URL rewriting for WordPress in IIS. I'm using wp_url_rewriting for my client. Recently, my client upgraded his WordPress to 3.1 which cause a problem that the page navigation does not work correctly. Symptom: The page link in a category page, does not contain the category slug. Ex. in http://sampledomain/samplecate/, ...
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 ...
Just installed this new plugin: PuSHPress. Try if it works well.
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 ...