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 WordPress Header and Footer Templates Porting existing headers and footers into WordPress

from where this index.html is coming from ?

i know that wordpress works with only php files . so from where this index.html file is coming from ?

2 Answers

The index.php file is the base file used for all WordPress themes. If there is not a template used the site will default to index.php. to learn more about the WP hierarchy checkout this site, wphierarchy its very useful.

so there is no file that called index.html at all in wordpress ? and why is it when i click view source i see the index.html ?i dont get it