How to Create a WordPress Theme

As most bloggers know, WordPress is an amazingcoding! Simply Google and key something like this
platform for blogs, personal sites, businesses and"learn html from scratch", "html for begginers", "html
portfolios to publish content, news, pictures andfor newbies", "html step by step".
anything it comes to your mind. It's very powerfulAfter learning the basic html tags and functions, you
and nowadays, it's not just for blogs, most peopleneed to learn how to style a webpage, that is to
are using it as a CMS (Content Management System).say, in other words, you need to learn CSS
WordPress is for free & incredibly secure! It's open(Cascading Style Sheets ). Learning how to Style an
source and one of the best thing about it, is that youhtml page will allow you to style a WordPress theme,
can integrate plugins very easily from yourwith pics, colors, font sizes, etc.
WordPress admin panel. You can search for plugins allWhy is this so important? HTML + CSS = CSS
over the web, in the WordPress official websiteTEMPLATE. In order to build a WordPress theme, we
(WordPress.org) or anywhere else.need to create an HTML CSS layout first. It is the
Designing a theme can be a hard task, speciallyeasiest way to build a WordPress Theme. That
because you can get a bit lost if you know nothingwould be an html page styled using CSS. As we
about html or php, but it's definitely not impossible.already mentioned before, with CSS you can control
With patience and perseverance anything is possible.the different font sizes, font styles, colors, layer
Looking around the web you can find severalpositions, margins, etc.
interesting tutorials, very useful and easy toOnce you've created a CSS template, THEN you will
understand, they guide you step by step on how tobe able to easily convert it to a WordPress Theme.
use the codes and tags, but very few of them areSo, to sum up the first phase:
precise about what it takes to build a WordPress1- Learn html.
theme from scratch and what you need to know2- Learn CSS.
beforehand. They usually assume you already know3- Create a CSS Layout.
about html and CSS.4- Convert the CSS Layout to a fully functional
First of all, you need to understand how HTMLWordPress Theme.
works. HTML is essential to learn how to create aRemember it's a process that takes time but it's
WordPress theme. You need to find a way to learndefinitely worth it if you aim to work freelance to
and get familiar with the basic html tags andmake some extra money! don't be afraid, use Google
commands. Use Dreamweaver or Microsoftand search for tutorials, play around with
Frontpage to play around a bit and get used to theDreamweaver, and you'll be able to create a
html structure. Without HTML, you are completelyWordPress theme!
lost, because you are going to deal with a lot of