Throughout this series, we're going to take at one way that we can write maintainable code in WordPress through an example plugin that introduces meta boxes, various options, and tabbed navigation in the WordPress dashboard.
In the first post, we looked at the initial directory structure and setup the basic code required to get a plugin running in WordPress. In this post, we're...
Up to this point, we've put together the basic file organization of the plugin as well as the front-end, but we haven't actually implemented functionality...
In this article, we're going to continue our work by saving the information to the database, retrieving the information, and displaying it on the front-end....
Throughout this series, we've been focusing on building maintainable WordPress meta boxes. By that, I mean that we've been working to create a WordPress...