How To Learn How To Do Things in WordPress
WordPress is a novelty because it’s both simple and difficult to use. What I mean is that out of the box, WordPress is easy to use. But if you really want to customize the look and feel of your blog, you’re going to have to learn more advanced coding and programming, which can be difficult.
So how do you learn how to do things in WordPress? How and where do you acquire the more advanced WordPress knowledge, if you want to do things yourself? Let me tell you how I learned all I’ve learned.
Get in there and get your hands dirty.
If I had a nickel for every time I caused a blog to go down with a fatal error, I’d be rich. Sometimes what you need to do is just get in there and dissect code in order to figure out what works and what doesn’t. Obviously, you don’t want to do this on a live blog, but rather on a test blog. I don’t know about you, but I learn by doing. And what’s the worst that could happen? You have to reinstall WordPress and start from scratch. Not a problem, if it’s a test blog.
Visit Forums.
Visit the WordPress Forums, or the forums for your particular theme (if it’s a premium theme that offers support). Chances are the question you have is the same question a bunch of other people have, or have had in the past. This is a quick and easy way to get help.
Do a Google Search.
When I’m having trouble with something WordPress related, I’ll do a Google search for “wordpress ”. 75% of the time, a helpful result turns up. That’s the thing about open source programs – millions of people use it and work with it and write about it.
Ask for help on your social networks.
I’ve tweeted out problems and questions, and within minutes someone has replied to me with an answer or a resource to check out. Tap your social network for all they’re worth. People are usually pretty willing to help.
View Source, and Firebug, are your friends.
If I visit a blog that has an element that I like, I immediately view source and/or open up Firebug to check out their coding. It’s so cool that you can see something you like, see how they did it, then do it yourself. If you aren’t using Firebug in Firefox yet, seriously save yourself the headaches and grab the browser add-on.
If you have the opportunity, go to a WordCamp.
If you’re a WordPress fan, there’s nothing cooler than being in a room full of other WordPress fans bouncing ideas off of eachother. WordCamps are usually pretty inexpensive, a great networking event, and full of WordPress tips and tricks given by industry experts.
When you hit a bump in the WordPress road, try out the above mentioned methods. The information is out there and is easily accessible. It’s possible to become a self-taught WordPress rockstar.



