#23990 closed defect (bug) (duplicate)
Post Format settings not being respected
| Reported by: | batmoo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Post Formats | Version: | 3.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Post Formats in 3.5.x (with only gallery enabled)