#24360 closed defect (bug) (invalid)
Unable to use supports=>post-formats without support for thumbnail
Reported by: | zabatonni | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | has-patch reporter-feedback |
Focuses: | Cc: |
Description
in custom post type you cant choose post-formats capability whithout using thumbnail. Post formats UI shows but after changing format it redirects me to normal posts not the custom one.
Attachments (1)
Change History (9)
#4
@
12 years ago
24360.diff fixes the issue reported on the forums (redirect to Posts screen when switching post formats with JS disabled).
Could not reproduce the original issue. Does it still happen on a clean install with JavaScript enabled?
My steps:
- Created a new post type with the second example from Codex.
- Added
'post-formats'
to'supports'
argument, removed'thumbnail'
:'supports' => array( 'title', 'editor', 'author', 'excerpt', 'comments', 'post-formats' )
- Created a new Book. Verified that switching post formats works correctly.
Note: See
TracTickets for help on using
tickets.
Related: http://wordpress.org/support/topic/custom-post-type-post-formats-revert-to-post-post-type