I am a WordPress Plugin Developer. But I need to create two custom WordPress themes for a client (Client will sell those themes).
It is hard me to start WordPress theme development from scratch.
So is there any open source WordPress Themes? So I can modify them as my client need.
I am a WordPress Plugin Developer. But I need to create two custom WordPress themes for a client (Client will sell those themes).
It is hard me to start WordPress theme development from scratch.
So is there any open source WordPress Themes? So I can modify them as my client need.
Share Improve this question asked May 12, 2016 at 3:33 ArooonArooon 11 bronze badge 2- 2 Every Wordpress theme is open source. You could try Underscores, or you could Google :) – Tim Malone Commented May 12, 2016 at 4:52
- Is there any open source themes? Yes, quite a few. As in every theme on wordpress. – TheDeadMedic Commented May 12, 2016 at 9:41
2 Answers
Reset to default 1I think you are referring to starter themes also called skeleton themes.
I have used a couple in the passed.
Bones
Underscore
There are many others out there. Try and google: "skeleton theme wordpress" for more results
Have you considered to learn how to develop WordPress sites before working with a client?
And you can always go with a child-theme from one of the WordPress default themes or you can start from scratch following this tutorial :)