wp_list_categories() will add “View all posts filed under” in front of category name as title attribute. My clients asked me to remove those prefix because it looked funny
How To Remove “View all posts filed under” In WordPress
How To Disable WordPress Post Revisions
Since WordPress 2.6, we have a post revisions each time we edit a post. This feature maybe useful if you have more than one blog author or if you really want to keep track of your post revisions. If you think this feature is annoying, you can turn it off by adding the following code in wp-config.php.
How To Solve WordPress Blank Page
I just moved my client’s website to another hosting. Everything is fine in the previous web hosting as well as in localhost, but it gave me a blank homepage. The weird thing is that all pages are accessible except home/index page.
How To Recover Localhost Wordpress Admin Password
Installing wordpress in localhost is an effective way for developing wordpress powered website. It saves time for not doing FTP just to test latest code update, but it will be a disaster if you forgot wordpress admin password and your system doesn’t have a mail transfer agent to deliver email.
Wordpress create a random admin password during its installation and you have to remember it (I never remember it, just copy and paste it) in order to login to wordpress dashboard. Wordpress will notify you to change the password once you are logged in.
How To Avoid Wordpress Theme CSS Cache
When developing WordPress powered website for my clients (mostly in remote sites), I have to make sure that they always get the latest version of updated WordPress theme. Proxy server sometimes gives problem that is due to its cache on CSS files.
There are several alternative to solve this problem. Bypassing proxy server can be tricky but will not work if client is behind transparent proxy. Mark Jaquith did the following code and added it to the header.php
<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.css?v=<?php echo filemtime(TEMPLATEPATH . ‘/style.css’); ?>” type=”text/css” media=”screen, projection” />
If you prefer to use a plugin, CSS Cache Buster is available to save your days.
Here we go.. WPNomics.com
Wordpress + Economics = WPNomics. But please do not expect much that this blog will talk about making money online.
I am so passionated in WordPress because of its simplicity and the “power” of course. I started to work with WordPress since year 2006, but it was in WordPress.com. My very first project for self hosting wordpress was a furniture directory for Indonesian exporter and less than 3 months this web sent me web development project.
Almost all of my clients are using wordpress now. It’s the reason why I choose WPNomics.com. WordPress web projects contributed alot it my economics aspect.
Here we go.. WPNomics.com.

