Quote:
Originally Posted by contributor_M So is Wordpress is just provides the template for you to code your site to? Kinda like a standard or something? |
Yes, to some extent. It really is the back-end component. The front end can be anything you want. You use a type of "hook" for different functionality that you want, put that into your html, where you want it, style it the way you want, etc...
Wordpress is a Content Management System, which essentially handles the heavy lifting of pages and content. Allowing you to login, and manage your site from one unified interface. Wordpress has tons of themes that you can download right into WP control panel and instantly turn your content into any of the themes.
Of course, you can create your own themes as well (which is what I do) but that requires a good bit of knowledge about php, html and css.
Most find a theme close to what they want, and then modify that.
Beyond that, there's tons of extensions that can be installed into WP as well, giving you things like ratings, polls, forms, etc.. almost anything you can think of.