#24877 closed defect (bug) (fixed)
Twenty Fourteen: Align post format handling with Twenty Thirteen
| Reported by: | anonymized_8769252 | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Bundled Theme | Version: | 3.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
13 years ago
- Keywords needs-testing added; has-patch removed
Leaving this ticket open for more testing.
#9
@
13 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The changes:
content-post-format.phpandcontent-single.php.index.php,search.php,archive.phpandsingle.phpto match the new structure of the template parts.Gallery Post Format:
In the old
content-post-format.phpthere 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.phpincludes this different handling for archive and single views, which might or might not be the authors intention.