Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#23718 closed defect (bug) (invalid)

Post Formats Post Editing Shows Too Many Tabs (3.6)

Reported by: wpweaver's profile wpweaver 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)

#1 @helen
12 years ago

  • Component changed from General to Post Formats
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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/.

#2 @SergeyBiryukov
12 years ago

#23844 was marked as a duplicate.

#3 @SergeyBiryukov
12 years ago

#24440 was marked as a duplicate.

Note: See TracTickets for help on using tickets.