If you have played with WordPress themes in the past, you know that there are many tutorials sites all around the web gathering and proposing small functions to insert into your theme to make it better/harder/faster/stronger… Here is the new kid on the block: WPfunction.me Careful though: it is sometimes better to create a small [...]
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 [...]