How Can I Learn How To Code Wordpress?

zai21

Regular Member
Joined
Jan 5, 2009
Messages
314
Reaction score
47
I'm trying to better myself by learning how to code sites like oscommerces, wordpress, and even make iphone/adroid apps. I own stores and blogs but sick of waiting for people to code for me and I rather spend a few hours a day extra to learn myself.

I want to first start out by learning how to code my blogs and they're on Wordpress. What languages do you guys recommend me to learn to be able to be come the best in coding Wordpress designs and such. Also where would you recommend me learning?
 
Search BHW for "udemy" - you'll find courses for 100% free codes try and find a WP coding one in the threads. Follow and subscribe and get in early on to catch coding courses.

That and youtube.
 
As duffers said, WP is in PHP. But you should start with HTML if you haven't already, period!

HTML -> CSS -> JS (not required, but recommended) -> PHP.
 
This is the same thing that I'm doing. I'm learning from w3schools. com. They've got free classes on there that I use. I actually think it's all completely free. They have lessons and at the end you can type your code in and see what you've learned. I started with HTML and am about to go to CSS. After that they have php on there. That's the order I'm going in. You need to know HTML before CSS.

Posted via Topify using iPhone/iPad
 
Dude ! do you know PHP ??? If you have the basic of PHP then you can jump to learning Wp . there are lots of free tutorials for wordpress theming etc but you need to have at least some knowledge of PHP to start. All the best with learning
 
Schvamp is absolutely right. Editing and creating wordpress based websites requires complex knowledge of HTML, CSS, PHP and optionally JS.
 
Like others have said, HTML + CSS -> JS -> PHP in this order.

Start with codeacademy com, I'm doing the same thing and am really liking this learning style.
 
Thank you everyone for the help. How long would you guys think it would take for me to be able to skin designs I make on Photoshop to Wordpress? I'm not in a rush but would like to challenge myself on the speed I should be going. I will start learning HTML today.
 
First, start at WP site. Its got all codes all ready to reuse. Why start from scratch, when its all there for taking and rebuilding at your will.
 
Tip 1: Learn PHP.
Tip 2: ransack codex.wordpress.org . It pretty much has everything you need ( search e.g. like "how to install multi site" site:wordpress.org)
Tip 3: use an IDE like netbeans for php. That way, you will get all the available functions hinted without having to search for them.
Tip 4: Ransack stackoverflow when ever you are stuck somewhere (use same method as Tip 2).

Hope that helps.
 
Back
Top