#24877 closed defect (bug) (fixed)
Twenty Fourteen: Align post format handling with Twenty Thirteen
Reported by: | Frank Klein | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
As a follow-up to #24858, the handling of the post formats in Twenty Fourteen should be aligned with how Twenty Thirteen or _s does this.
Attachments (2)
Change History (15)
#6
@
11 years ago
- Keywords needs-testing added; has-patch removed
Leaving this ticket open for more testing.
#9
@
11 years ago
- Keywords needs-refresh removed
It is already committed, it only needs some additional confirmational testing.
Note: See
TracTickets for help on using
tickets.
The changes:
content-post-format.php
andcontent-single.php
.index.php
,search.php
,archive.php
andsingle.php
to match the new structure of the template parts.Gallery Post Format:
In the old
content-post-format.php
there was specific code to handle the thumbnail images differently for archive and single views.However the
twentyfourteen_get_template_part()
function didn't use this template for the display of the gallery post format.The new
content-gallery.php
includes this different handling for archive and single views, which might or might not be the authors intention.