What i was doing previously, are as follows –
- I copy the wordpress base theme (like twentytwelve in wordpress 3.5)
- Rename the folder and converted index.html of my HTML to index.php for wordpress theme.
- Replace style.css with my current style.css.
Is it the right way of theme development or some else better technique can be applied for theme development ?
I google a lot for the theme development but 99% tutorials are only using index.php , style.css only(some only header/footer etc) although in the new version of wordpress 3.5 twentytwelve I found there are too many files in the theme.
So for the client case I dont want to leave any core theme functionality provided these dummy themes, so is it the correct way I am following or for the best way I need to design and code for each file ?