Filling in WP_Query when it doesn’t come back with enough posts
Ever need 5 ‘featured’ posts but WP_Query only gives you 2? This tutorial will show you how you can fill in those missing posts.
Ever need 5 ‘featured’ posts but WP_Query only gives you 2? This tutorial will show you how you can fill in those missing posts.
David Bisset did a vey nice review of Professional WordPress Design and Development, a book about WordPress written by Brad Williams, David Damstra, and Hal Stern. I have my copy sitting next to me, and have made it through a few chapters over the last week or so. I concur with what David has said…
This tutorial goes through how to create a shortcode that allows you to create a notice for people who haven’t yet completed a specific Gravity Form on your site.
A thorough post about how you can leverage the WordPress 3.5 Media Manager in a widget.
How a function that doesn’t do anything can save your life. Well, not really, but close. _n_noop() can be very interesting, especially for APIs in larger plugins.
WordPress 3.7 Beta 1 is ready for testing. For such a quick release cycle, there are features in WordPress 3.7 that are going to be big for the platform. Andrew Nacin highlighted a few items in 3.7 Beta 1 that you should know about. The most significant new feature which we’ve known about at least…
CrowdFavorite has officially released a Ruby gem that they’ve been using for some time that allows for deploying WordPress sites with Capistrano. They talk about how it’s different from Mark Jaquith’s WP-Stack, which you may have heard of, in the announcement post. Also included in the release was a Ruby gem called Steps, that produces…