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 WordPress Theme Development Working with CSS and JS in WordPress Themes How to Link to JS from functions.php File

Static template files

When Zac is talking about the static template files that our designer gave to us to use with WordPress, he's talking about a prospective client right?

I know you can download the project files to follow along, but I was trying to follow along while building my own WordPress website using someone else's WP Theme. I'm getting a little confused about what I actually need to copy and paste and such...

2 Answers

Jeremy Castanza
Jeremy Castanza
12,081 Points

My interpretation of this is that he's referring to static HTML files since WordPress is essentially dynamic Web design. These files may not come from a client. They may have come from a Web designer on your team, where your role as a developer is to convert the design into a dynamic website.

That makes sense. thanks Jeremy Castanza