7 WordPress Features You Can Write a Simple Plugin For

Here are 7 examples of simple plugins you can write to get started with WordPress plugin development. Plugins in the WordPress repository should try to serve a single purpose. The “single purpose” concept is so the author can maintain the code more easily and so the end-user that doesn’t have a lot of bloat. However, a lot of WordPress plugins get more and more features integrated over time. It’s always easier to be able to troubleshoot bugs and fix/maintain your own code, rather than someone else’s. So here are some easy plugins you can write yourself to get started with WordPress development!

As I create blog posts for each of these, I’ll update this post with links to the posts.