Step 2: Backbone Components.
In this step we are going to structure your Wordpress theme using the components from your existing template or design.
Copy the images folder along with the stylesheet (style.css) into the Wordpress theme folder that you created in step 1. Next open the style sheet in your preferred code editor and embed the following text before the first line of code.
/*
Theme Name:
Theme URI:
Description:
Version:
Author:
Author URl:
*/
You should adjust the text accordingly as this code will tell Wordpress who the theme belongs to and what the theme is called. This information is displayed when a user views or activates your theme in the Wordpress admin area.

