Posted by: Vincent on: November 17, 2011
I recently discovered Jigoshop. A very nice, lightweight and well coded e-Commerce plugin for WordPress. After some experimenting I found that the checkout and it’s fields for billing and shipping information where defined in the code and could not be modified in the settings. It was a problem since they had set State as a [...]
Posted by: Vincent on: November 11, 2011
In a collaborative programming environment it is always good to have a set of coding standards that you follow. Thankfully, WordPress have coding standards which all developers should try to follow. If you peek at the WordPress source you will notice that (almost) all code follow this standard, which makes it very easy for other [...]
Posted by: Vincent on: November 8, 2011
I have used Custom Post Types in almost every WordPress project I have worked on since the feature was introduced in WordPress 3.0. When collaborating with other developers you also come across some common mistakes, mistakes that I’ve also made in the past. So I would like to share some things to keep in mind [...]