Hey Malvouz, thanks for the review, really appreciate it!
I really whish I can help you learn WordPress code as I learned from other developers.
Well, I don’t think it is a question of years to become good at WordPress. I have started working with WordPress in 2011.
I became good at WordPress once I decided that I would really dive into the standards. When you really understand the concept of filters and actions in WordPress, your are almost ready to develop anything.
Really useful concept too :
-global variables
-Object Oriented Programmation fundamentals in PHP (WP uses a lot of object)
-Understand the different query and the WP_query class
-…
But again, don’t waste your time, read the codex again and again, and use filters and actions in your code : this is how WordPress is built.
And don’t rely too much on plugins…
Have fun too!
I forgot to say that I still have to learn way more than I already know…;-)
Thanks for your reply Nikeo. I have already read your code in customizr theme. There are multiple tone of line code. Amazing!
Last but not least, thanks for reply. I get motivated from you. 🙂