Level 2.0 was all about two menus: Settings and Tools. And today we are moving on to Level 3.0: WordPress Themes and Plugins. Do you know what makes themes and plugins interesting? Both of them are developed by third-parties.
Image Credit: Flickr
The idea of this article is to explain what different WordPress theme and plugin settings means to me and you.
First things first.
There's every chance that you will come across few terms like WordPress Framework, Child Theme (also known as Skin), and WordPress Hooks to name a few. So let us just explore those terms before getting started.
WordPress, Themes, Framework, Child Theme
WordPress is like the engine of your car, WordPress Framework is like the frame and body of your car, and a Child Theme is like the paint job done on your car.
A decade back there was no such thing called WordPress Framework or Child Theme because then it was all about WordPress plus a Theme. That is, we install WordPress on our web server and install a theme of our choice. That's it.
In the past few years, WordPress has evolved and became more popular with a developer base like never before. So, it led to the rise of
WordPress Frameworks.
That is, WordPress theme makers started building a foundation (known as a framework) for their themes. And it means all the themes developed by a theme maker has the same core features (in terms of design, security, SEO. etc.).
It also enables developers to easily create a child theme (or a skin) for a specific framework without having to code from scratch.
WordPress Hooks lets you change the default functions or add your own functions without changing the core WordPress files. You can go
here to learn more about it (if you're not a coder then I hope it won't make you sick).