Tuts+ Editor, Owner and Lead Developer at Pressware
Tom is a self-employed developer who loves writing, building, and sharing WordPress-based projects. He runs Pressware where he provides WordPress goods and services. You can follow him on Twitter.
Over the course of the next two posts, we'll take a look at how we can leverage the WordPress API to define our own custom meta boxes for attaching a...
One of the nicest things about working with WordPress is the power of its API. When creating themes and/or plugins, the platform makes it incredibly easy to...
Throughout this series, we've taken a look at the WordPress Database, executed some simple queries against it, and looked at a variety of ways to read data...
In the last post, we too a look at the basic WordPress database schema, queries, and how to get started with retrieving information from the WordPress...
Although the WP Query is great and provides a lot of flexibility, you can actually take your development efforts a step further with more advanced querying...
One of the considerations that all WordPress plugin developers have to make is how to actually publish their work. Many premium plugins opt to run their own...
In the first post in this series, we discussed the reasons that WordPress Plugins should be treated more like larger software projects (but often aren't) and...