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 [insert issue here]”. 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. :)

  • Share/Bookmark

If you liked this, you might also enjoy...

  1. Where Do Intermediate/Advanced Bloggers Go to Learn More?
  2. How to Point WordPress Pages or Posts to an External URL
  3. Grown Men Acting Like Fools: My Quick Take on WordPress/Thesis/GPL/WTF
  4. 3 Practical WordPress Plugins That Won’t Slow Down Your Site Load Speed
  5. What To Have In Place Before You Launch A New Blog

View Comments to How To Learn How To Do Things in WordPress
  1. Wardell
    October 2, 2009 | 6:55 AM

    One thing I’ve done recently is create a custom_functions.php file and make it the last required file within the wp-settings.php file. When researching custom functions online a lot of authors will tell you to add their code to the functions.php file but if their script relies on code that is called after the functions.php file it will cause a fatal error, having this custom_functions.php file and calling it last helps avoid that, and makes it easier to track changes you make to your WordPress source code.

Leave a Reply


Wanting to leave an <em>phasis on your comment?

Trackback URL http://LisaMorosky.com/2009/09/learn-how-to-do-things-in-wordpress/trackback/
blog comments powered by Disqus