How to orderby the include parameter of get_terms()
Nice example of filtering get_terms() to orderby the include parameter. It’s also demonstrating with … Read more
Nice example of filtering get_terms() to orderby the include parameter. It’s also demonstrating with … Read more
You know what really grinds my gears? Code duplication. And you know where you … Read more
FooBox has been updated to version 1.3.5.1. This new version comes with a slew … Read more
When it comes to page caching and WordPress, there are a number of options … Read more
Using the singleton pattern to disallow multiple instantiation of your class based plugin
A plain-English look at using JavaScript in WordPress, enqueuing scripts with dependencies, and preventing … Read more
Creating custom URL rewrites in WordPress, using an easy-to-read, step-by-step tutorial.
Should you choose Eager or Lazy initialization for your singleton class based plugin?
A great post about how WooThemes creates opportunities for businesses, enabling them to create … Read more
Hammy speeds up your website by generating and serving resized images for your content … Read more
Let’s explore the hook removal problem for plugins using a PHP class as a … Read more
A look back at how far WordPress has come since version 0.71-gold, how WordPress … Read more
A listing of 5 plugins that stood out for me in 2012, and that … Read more
Once you understand how to use classes you’ll find no reason to use global … Read more
Learning to develop a WordPress plugin doesn’t have to be difficult; you can start … Read more
Typically, Singletons are a really bad idea. But they make sense in WordPress for … Read more