DEV Community

Cover image for Wordpress concepts series: be a good wordpress developer
Amirition
Amirition

Posted on • Updated on

Wordpress concepts series: be a good wordpress developer

I'm now developing wordpress themes and plugin for over 3 years and noticed one important thing: Knowing wordpress concepts is as important as knowing php.
When you're using a cms or a framework, you expect it to have some prepared elements for your site. Sidebars, menus, posts, gallery and other things. In wordpress, many of these things are come in ready and those are the things that we call wordpress concepts.

What this series is about?

I want to write about some core concepts and the things you should know beside the pure PHP to be a good developer. This can help you in coming with an efficient solution when you want to add a feature to your wordpress website or find a problem.

For Beginners

This series is totally for the people who are in their way to be a wordpress developer and not for the professionals.

I will try to write every 2 or 3 days and share my best knowledge of wordpress, hope somebody can use it. I will update this post with the links of the articles I publish in this series.

Part 1: Action and filter hooks, power and foundation of wordpress

Top comments (0)