Coda plugins for WordPress
If you use Coda, here are a few good plugins that make WordPress development just a bit better.
If you use Coda, here are a few good plugins that make WordPress development just a bit better.
Should you choose Eager or Lazy initialization for your singleton class based plugin?
An overview of using Varrying Vagrant Vagrants as your local development environment.
This is an excellent guide. Hopefully more and more theme developers will ditch options panels for the customizer.
When you buy a WordPress plugin, what are you actually buying? Is it software? Access to support and updates? Something in between?
WordPress provides a nice little function for displaying the title of the current post: the_title(). This function gets used all over the place: in the site header, at the top of single posts and pages, in the loop, in the footer, etc. But sometimes people use it inappropriately Here, I introduct you to the_title_attribute() and show…
Mike Toppa gives us a guide for using dependency injection to organize code in our plugins.