If you use WordPress multisite locally, you know how painful it can be to add a new entry to your Hosts file every time you start working on a new project. That’s why I chose to work with subdirectories instead of subdomains when I work locally. Luckily, Konstantin came up with a simple code snippet [...]
When WordPress 2.8 came out, we all discover the wonders of taxonomies, and how we could add extra information to our posts and custom post types really easily. However, it turns out taxonomies have existed for a long time and are not just available for posts, but for all object types. I for one had [...]
Theme.fm provides us with a great introduction to the Post Options API, that will make you want to drop custom fields altogether. Flexible, easier to implement, without any needs for custom hardcoded meta boxes, the post options API is a good way to add new options and features on your posts. Check the tutorial and [...]
Theme options pages have become increasingly popular in WordPress themes in the past year. There are numerous tutorials that will teach you how to create that page, but not that many of them that explain you how to do it the right way, using the WordPress settings API. Chip Bennett, member of the theme review team, [...]