-
How to create a custom table in WordPress and why
•
Continue Reading: How to create a custom table in WordPress and whyWordPress comes with a number of basic tables created in your site’s database. But sometimes those tables aren’t quite enough. And sometimes a custom table is needed.
-
A simple guide to adding a WP REST API controller
•
Continue Reading: A simple guide to adding a WP REST API controllerThe WP REST API is still a hot item in WordPress core. And this tutorial will show you how easy it is to make your own REST API endpoint for your plugin and custom data.
-
What I learned in a year with Sports Bench
•
Continue Reading: What I learned in a year with Sports BenchIt’s been about a year since I released Sports Bench, a plugin/theme package that keeps track of sports stats for your league. So what have I learned in the last year with it?
-
Why you should be packaging a functionality plugin with your premium theme
•
Continue Reading: Why you should be packaging a functionality plugin with your premium themeIf you’re going to be selling a WordPress theme with cool features, please make sure to move those features into a functionality plugin to go with the theme. Your customers will appreciate you even more.
-
What a custom functionality plugin is and why you should use one
•
Continue Reading: What a custom functionality plugin is and why you should use oneA lot of tutorials have you put custom code in the functions.php file. But if it affects WordPress itself in anyway, that code should really go in a functionality plugin.