Latest Posts
Get latest 3 posts from multiple custom post types in one query
This method uses a counter and 1 query to return the latest 3 posts from multiple custom post types. This might not be the best solution if you have a really large amount of posts because it will loop through all the posts and if the count is higher than 3 for the given post type it will go back to the beginning of the loop.
WordCamp Austin – I’m Speaking
I’ll be speaking at WordCamp Austin later this month. My session is “The Query, the Whole Query, and nothing but the Query”. It will include everything you need to know about the WP_Query class and how to properly query the WordPress database for posts.
Adding Git to your WordPress development workflow – an introduction
The purpose of this guide is to show you how you can add Git to your WordPress development workflow and will include the basics of securely installing Git on a remote server, using your local machine for development and deploying your changes to a live production server using SSH.