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

Mohammed Asif Anwar
Mohammed Asif Anwar
5,380 Points

The ___________.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

isn't it page.php?

Shawn Flanigan
PLUS
Shawn Flanigan
Courses Plus Student 15,815 Points

This 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.