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!
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

Mohammed Asif Anwar
5,380 PointsThe ___________.php template is the default file dealing with static pages in WordPress
cant find the answer need help The ___________.php template is the default file dealing with static pages in WordPress?
2 Answers

Michael Wooff
9,026 Pointsisn't it page.php?

Shawn Flanigan
Courses Plus Student 15,815 PointsThis is probably more than you wanted to know, but the chart on the Template Hierarchy page of the WordPress Codex is pretty useful for figuring these things out. It looks complicated, but the more you work with WordPress the easier it gets.
Anyway, I believe they're looking for page.php here.
Hope that helps.