Making your plugin meta boxes work with custom post types in WordPress 3.0
Friday, 18th June 2010Getting to grips with custom post types in WordPress 3.0?
I am, and am finding they’re a great way to organise different content on your site and very easy to implement in just a few lines of code.
However, the challenge now is for plugin developers to make their plugins play nice with custom post types. The main thing I’ve noticed so far is that most plugins only tend to add meta boxes to posts and pages, so here’s the first step – getting your WordPress plugin meta boxes to work with custom post types.
