Clarification of structure (particularly template structure)
-
I’m having a little difficulty understanding template structure even after reviewing topics in the codex, and I think the reason is because of terminology…and being a newbie.
If a WordPress site has a blog page (a post page), what template does it use, archive.php, index.php or something else?
If clicking on a link to a category does the page that displays all the posts with the category use archive.php (assuming no category specific template php file is created)?
After writing this out, I see that my question is really what is the difference between archive.php and index.php. Also, what is the proper term for a page where posts are displayed (whether because the page is post page or because a category link was clicked)? Is this page called an archive page?
The topic ‘Clarification of structure (particularly template structure)’ is closed to new replies.