Archive for December, 2009

The Power of WP_Query

WP_Query is a powerful tool to control what to display on your blog. This is very useful for plugin and theme designer, especially for magazine style themes which need to display posts of different categories in different sections. In this post, I will teach you how and when to use WP_Query. Case 1: Display posts in particular category In some WordPress themes, we want to show some posts in particular category(e.g. Featured Posts), the easiest way to do this is to use WP_Query. Here is...

Definition of Real Project Tutorial

I've been learning PHP and web design for a while, I met my bottleneck and can't get through it. I tried to read some open source codes, like WordPress, but I can't understand all the codes. I think that's because I have no real project experience. I tried to look for some open source project which I can join to help developing the project, and improve my programming skill as well. But I can't find a suitable project and whether the project members are willing to help is also a...