• I have a layout I am trying to update for a client, and the way they have it set up is the home page is a post, while the other pages are actual pages. Then they have a category named ARTICLES, where they place all their articles. Right now, I can access a list of all the articles at theirdomainname.com/articles/, but I want to know which page in the theme is the one which I can edit this page? I can’t figure out which page I need to edit. Can anyone please help?

Viewing 1 replies (of 1 total)
  • Have you looked at the Template Hierarchy in the Codex?

    http://codex.ww.wp.xz.cn/Template_Hierarchy

    My understanding is that for a category, WordPress is looking first for something that has the category slug in the name like: category-articles.php, and then for something with the ID in it (i.e. category-4.php). Failing those, category.php or archive.php

Viewing 1 replies (of 1 total)

The topic ‘Posts Page?’ is closed to new replies.