Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPete Juratovic
363 PointsCustom Theme Development on Frame Platforms?
Can you add a custom design or html file to an existing theme framework? What would be the benefit of using Canvas, or Genesis vs using the Wordpress core?
4 Answers
Rich Bagley
25,869 PointsHi Pete,
Treehouse have a course on this for Genesis which might give you an idea of what's available to compare with standard theme development.
I haven't created my own Genesis based theme to compare yet but generally, the idea is that the frameworks makes development quicker / easier and have a frameworks specific community behind them.
Hope that helps
-Rich
Andrew McCormick
17,730 Pointsyes. I've made many sites based on Canvas. Just use a child-theme and style away. you can override files in Canvas just like you can with any other child theme.
Kyle Arbuckle
1,124 PointsIs it possible (or simple) to use Canvas as sort of a boilerplate like Bootstrap/Foundation and then implement your own custom website through it? Basically, not using an existing free or premium theme but making your own
Sam Katz
2,986 PointsGodaddy claims that Genesis has less formatting issues... FWIW
Sam Katz
2,986 PointsIf you want to import HTML, ModX can do that, although it's hell. Also Adobe Muse is designed to take from design and go to the web.
There's also no shame in sticking with a Dreamweaver site. Just make sure your client knows how to edit it, and understands CSS enough.