Skip to content

Instantly share code, notes, and snippets.

@rob-gordon
Last active June 8, 2017 00:47
Show Gist options
  • Select an option

  • Save rob-gordon/12a1b3744ec17469c047ce2ffde13438 to your computer and use it in GitHub Desktop.

Select an option

Save rob-gordon/12a1b3744ec17469c047ce2ffde13438 to your computer and use it in GitHub Desktop.
A yaml file representing the wordpress template hierarchy
- index:
- paged:
- archive:
- author:
- author-$id:
- author-$nicename
- category:
- category-$id:
- category-$slug
- archive-$posttype
- taxonomy:
- taxonomy-$taxonomy:
- taxonomy-$taxonomy-$term
- date
- tag:
- tag-$id:
- tag-$slug
- singular:
- single:
- attachment
- single-$posttype
- single-post
- page:
- page-$id:
- page-$slug
- $custom # not sure
- home:
- front-page
- comments-popup
- 404
- search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment