Hello again…
Continuing with our first WordPress site, now we’ll understand how WordPress allow you to customize themes.
If you didn’t read the first post about WordPress Thinking the WordPress Way – First Steps and want to learn how WordPress works, take a look.
You don’t have to change your layout or using specific techniques to create your own layout. I suggest you create the basic layout the way you want, using CSS (or LESS), Javascript, HTML, images and what you want.
File Structure
Our new theme will called grossi. Every theme you create will be stored in the /wp-content/themes/grossi.
First, you need to create the grossi folder and put a style.css file inside it with some content. This file is used by WordPress to see your new theme. After that you’ll can activate your new theme in your Administration Panel.
Continue reading Creating your first WordPress theme – Part 1