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 trial

WordPress

Darren Healy
seal-mask
.a{fill-rule:evenodd;}techdegree
Darren Healy
Front End Web Development Techdegree Student 23,565 Points

Custom Theme WordPress

Is it best practice to code a website completely in HTML, CSS and JavaScript/JQuery first, then begin the process of converting that website for use as a WordPress theme?

2 Answers

That's how I usually do it. It lets you get design out of the way first, and then move forward to functionality once design is nailed down.

However, remember that there is no universal "best practice" for most things. Do things how it works best for you. :)

Hello, For me its better to code the website in html/css/js and then convert it into a WordPress Theme. Maybe it is because I learned that way at teamtreehouse WordPress Theme Course.