How to start learning PHP the WordPress way?
-
Hello guys,
I started working with WordPress years ago when the 2010 theme was a default theme and I was amazed how much I could do and change without knowing PHP because the HTML tags kinda wrapped the PHP codes. It all came down to knowing the template hierarchy. If you knew what templates where used to generate X page front-end you could also make anything with just simple HTML + CSS knowledge.
Now I wanna go further and start learning PHP but I don’t wanna become the BEST PHP Developer on earth. Making WordPress sites is a hobby and it should stay like that. I’ve tried learning PHP before at Lynda.com but most of those sites teach you the very basics and when they get going in chapter 4 or 5 they start to teach you how to make your own CMS and functions like that. – I don’t need that I like what WordPress is doing in the Core.
Most of those codes doesn’t look like WordPress PHP – WordPress often uses clean and simple template tags get_sidebar() – the_content() and many others easy to use functions that are often easy to change by some array by looking at the Codex.I wanna learn how all those functions and template tags are made, where they are made and how you can find them. And of course how you can change them.
I don’t wanna become the best WordPress developer I just would like to learn more of the PHP side behind WordPress and I already know what PHP Variables and Array’s are and all those simple PHP stuff.
Is there any website or book that teaches PHP based on WordPress I would really like to look at it!
Thanks..
The topic ‘How to start learning PHP the WordPress way?’ is closed to new replies.