1 | | * In the loop, the 'Status' post format doesn't have any title output. In the Ephemera widget, Only the title is output. In the Single view, The title and content is shown. |
2 | | * The Status post format has a different layout in the loop (As expected, content-status.php) however, when the single is viewed, this template is not used. This is because single.php loads content-single.php instead. |
| 1 | * In the loop, the 'Status' post format doesn't have any title output (only the content). In the Ephemera widget, Only the title is output. In the Single view, The title and content is shown. |
| 2 | * The Status post format has a different layout in the loop (As expected, content-status.php w/ gravatar) however, when the single is viewed, this template is not used. This is because single.php loads content-single.php instead. |