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

achievements
achievements
15,883 Points

upload my template to wordpress

if i create a website with html, css, jquery from scratch how can i upload this website to wordpress? Do i have to take definitely the premium plan in wordpress?

3 Answers

You don't need any premium plan on Wordpress. Wordpress is open source project. See this course to learn more about how work template on Wordpress :https://teamtreehouse.com/library/wordpress-theme-development

No premium plan needed, but you will need to incorporate WordPress into the theme you built using HTML CSS and jQuery. there are a couple o things to look for in the course suggested from cedricc enqueueing your jQuery, using WordPress php functions inside the HTML, and then lastly configuring the comment in your style.css file so WordPress knows this is a custom theme.

Side note, What you are asking about is a custom theme, not a template. The difference is a theme is an entire site, where a template is part of a site or landing page.