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

The _________.php template is the default file dealing with static pages in WordPress.

The _________.php template is the default file dealing with static pages in WordPress.

need help

http://codex.wordpress.org/images/9/96/wp-template-hierarchy.jpg

My first instinct is index.php, but it could also be front-page.php. Take a look at the wordpress template hierarchy, its pretty important for understanding wordpress structure and naming conventions.

2 Answers

It's front-page.php. The front-page.php template controls a static homepage.

"page.php" Please let me know if you need any further help.