When I started using WordPress, all I wanted is to Create a responsive WordPress theme.No, I’m not talking about a child theme or a theme built on a framework. I’m talking about to a Create a responsive WordPress theme from scratch. So in the process of learning How to Create a responsive WordPress theme from scratch, I noticed that there are not many good blogs targeted towards beginners, So I have decided to write series of articles where I will try to cover all the topics listed below,
- Customization of WordPress header.
- working with Header.
- working with menus.
- Customization of WordPress sidebar.
- working with the custom search form.
- working with widgetized areas.
- Customization of WordPress Footer.
- making responsive footer.
- working with social icons.
I will be showing you step by step process and tools required to Create a responsive WordPress theme. To create WordPress theme, you should have good knowledge of CSS, HTML, Javascript or Jquery and PHP.
The Underscores (_S):
Yes, building WordPress theme from scratch seems like intimidating task, But don’t worry you can use underscores also known as (_S).underscores is a starter theme, on top of underscores you can build any WordPress theme, underscores is a constant development process, so you be always working with the latest WordPress has to offer.
Now, For your underscore starter theme go to underscores.meand Type the name of your Theme in Textbox on underscores site after that click Generate as shown below image.
In a few seconds, your download will start and you will have your starter Theme ready based on underscores(_S). After downloading copy of your theme, move that copy to themes folder of your WordPress site and open the Dashboard go to themes section, you will see themes that you have your themes folder, click on the theme that you have just downloaded and you should see below image, by clicking on the Theme details buttons.
Now activate your theme and visit the home page of your WordPress site.Now, you will see broken site with no styling.Now we will apply styles and customize this theme step by step.
I’m starting with a brand new ‘blog. This should be fun.
Thanks for the tutorial so far.