The Scope This tutorial will cover the steps in creating a Quote Widget, and debugging our code after having a few issues, everything is explained in depth so you can understand everything. A Random Quotes Widget in less than 20 minutes, isn't that cool :) ? We'll take our "pack" of functionality we build in…
The Real Process Of creating a Wordpress plugin, specifically a widget for a plugin. The problems that we're going to face, the things we need to consider and most importantly, the things we should avoid. This tutorial is intended to show my full point of view when creating a wordpress plugin, this will cover the…
Adding Options to our Widget We're going to start by refactoring our code a bit, and making it easier to add more features to it, after that we're going to add an option to chose how we're going to display the date, and do it in such a manner we can add more options to…
Hey there :) This is my personal approach on starting a basic Widget for Wordpress, in this tutorial I am going to cover the basic and I'll come back with another one where we'll dive into a bit more advanced options & approaches. Please feel free to leave a comment, remember that this may be…
My toughs on how to properly start a wordpress plugin in order to avoid problems in the future, this is just one small, yet big step in creating stable & high quality plugins, in order to avoid code conflicts with other plugins.