• Resolved ds1970

    (@ds1970)


    So, I’m extremely new to all this and I’m trying to do as much reading about it as possible.
    My question is: What skill level do I need to create a site (including plugins) using wordpress? My only web experience is some html and i’ve read that I would need to learn some xhtml, but I’m fine with that. Do I need to know back-end coding and other stuff like that?
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • It really depends on what you want to do. If you install it, and you find a theme you like and install it via Appearance >> Add New, install some plugins via Pluigns >> Add New, add some pages, most people would be fine doing that given sufficient patience and time.

    If you start wanting to, say, code your own theme, or do something totally out of the box, you might need to do some more learning. But for a basic WordPress site, you should do just great. Knowing some HTML is helpful as well. XHTML is eXtensibleHTML, so if you know HTML you pretty much know XHTML. Some key differences are having to include alt text and dimensions for images, using <strong> instead of <b> and <em> instead of <i>. Very minor, though.

    Just in case it isn’t obvious, use of an FTP client of your choice is not essential, but pretty close. In theory, you could use the File Manager of most web hosts, typically in cPanel, but everyone I know finds themselves eventually using an FTP client. FileZilla is the favourite of the crowd I move with.

    Over time, if you get very involved in WordPress as a platform for your web sites, you’ll probably slowly gain some MySQL database and php programming knowledge.

    For example, even some types of small changes to a Theme generally requires modifying some php and/or some HTML css.

    Most database usage will be through phpMyAdmin and cPanel.

    Thread Starter ds1970

    (@ds1970)

    Thanks you two.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What kind of skills do I need to set up a wordpress site’ is closed to new replies.