Blank Theme for WordPress

I need to build a new WordPress site form scratch. So I guess I need a blank theme to do that. I need to know where I can find such a theme like that, and I need a tutorial that can help me to create my first WordPress theme from scratch.

I’m new in that world. So please I need your help.

Related posts

Leave a Reply

4 comments

  1. If you’re starting with no WP knowledge, I believe you’re better off modifying a blank theme than you are creating one from scratch.

    Here is a great tutorial I used when I started doing custom themes. The HTML is getting outdated semantically, but it will teach you all working parts of a WP theme.

    As a starter theme I use HTML5 Boilerplate which is full of quality HTML5 and additional features like file caching, cross-browser readiness, mobile device readiness, and file caching, to name a few. Also it’s got a minimal default styling.

    You may also find the wordpress site helpful. Cheers.

  2. starting with twentyten or twentyeleven isn’t a bad option either.

    Whatever theme you choice make it a child theme.
    It may seem like something complex at first but it will make things easier along the way.