-
Notifications
You must be signed in to change notification settings - Fork 0
Add some custom templates #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Certain pages and posts need to support the ability to display content full width.
Others need to display a tall featured image to the left of the main content
and I also need to be able to demonstrate other custom templates
Here's how WordPress searches for a template for the "page" post type.
| Template name format | Example template name | Sample | Usage |
|---|---|---|---|
| $custom | featured-image-left | navigation-component | Use for a tall narrow featured image |
| page-$slug | page-template-hierarchy | template-hierarchy | Use for a full width featured image |
| page-$ID | page-2 | page-2 | Demonstrate page template matching ID |
| page | page | Any other page | |
| singular | singular | Any other single content | eg custom post type |
| index | index |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request