#23990 closed defect (bug) (duplicate)
Post Format settings not being respected
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.6 |
| Component: | Post Formats | Keywords: | |
| Focuses: | Cc: |
Description
Previously, themes could choose which post-formats to support:
add_theme_support( 'post-formats', array( 'gallery' ) );
In 3.5.x and earlier, this would limit the post format options to "Standard" and "Gallery".
With 3.6 beta 1, the post-format options are no longer limited and all post-formats are displayed.
We should either:
- continue to respect the old way of doing things (preferred)
- provide hooks to remove post-formats that the theme doesn't want to support
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Post Formats in 3.5.x (with only gallery enabled)