#23718 closed defect (bug) (invalid)
Post Formats Post Editing Shows Too Many Tabs (3.6)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Post Formats | Keywords: | |
Focuses: | Cc: |
Description
I apologize if this is a duplicate - I could not find similar report.
The Post Editor page seems to always show all Post Formats tabs at the top, even if the theme doesn't support them all. Previously, only the supported Post Formats were listed in the radio-button list.
So I think it should determine the displayed list from 'post-formats' if the theme doesn't support all formats. It would certainly confuse users if non-supported Post Formats are displayed.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is a conscious decision. Since the point of post formats is to provide a uniform experience for users across themes, the decision has been made to move to showing the UI for all post formats. In 3.6 the plan for the data, which has an early implementation in trunk, is to provide fallback output for all relevant formats unless the theme has declared that it supports the new structured data via
add_theme_support( 'structured-post-formats', array( ... ) )
.See #19570, #23347, and http://make.wordpress.org/core/tag/post-formats/.