Recurring content is present in just about all WordPress themes, and handling it properly is important to keep themes lean, extensible and scalable. So what’s the right approach for handling recurring content in different situations?
This is a really nice idea. It's a coding challenge where you have to audit a plugin for security flaws. A chance to learn more about best practices and getting your code reviewed by core developers.
Many different ways exist to structure WordPress plugins. You can use singletons, global references to your plugin class instance, static classes, namespaces and so forth. In this article, many different ways are outlined in the context of extensibility.
The template hierarchy is a big part of the structure of WordPress themes, but as its parts were added over time, it now has some strange and confusing file naming. For example, why are so many people naming their templates…
Tom McFarlin outlines the tools the 8Bit team uses when developing projects on WordPress. There are a number of good debugging tools and plugins listed here.
There are a many ways to develop a website in WordPress, locally, on a sub-domain or on a staging server but these ways mean that you will eventually have to migrate the site to a the live url at some…
I love posts like this. I've never given Lazy loading of images much thought. Devin Price has explained what lazy loading actually does, how it's best handled in WordPress, and gives his recommendation on how to best use this sort…