Opened 14 years ago
Closed 11 years ago
#15385 closed enhancement (wontfix)
Use get_template_part() for post formats in Twenty Ten
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Let's encourage some standardization in themes by giving Twenty Ten the following:
get_template_part( 'post-format', 'aside' ); get_template_part( 'post-format', 'gallery' );
We'll leave the default in loop.php, I'm thinking, though we could also use post-format-default.
I'm going to comment on #14746 that I think, if post formats are supported, then 'default' should always be supported and should be enforced as the default, even if nothing is stored yet for that post.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
I'd never thought about that, can see logic behind it though! :)