Let say I have a theme that contains both page.php and index.php.
I also has a Permalink http://www.example.com/.../post-type/post-title/ to a post.
Will WordPress use page.php first, and then use index.php if page.php is not found?
Right now, the URL is leading to index.php, which is not what I expected.
