Changes between Version 1 and Version 2 of Ticket #24360, comment 4
- Timestamp:
- 06/20/2013 05:51:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24360, comment 4
v1 v2 5 5 My steps: 6 6 1. Created a new post type with the [http://codex.wordpress.org/Function_Reference/register_post_type#Example second example] from Codex. 7 2. Added `'post-formats'` to `'supports'` argument, removed `'thumbnail `:7 2. Added `'post-formats'` to `'supports'` argument, removed `'thumbnail'`: 8 8 {{{ 9 9 'supports' => array( 'title', 'editor', 'author', 'excerpt', 'comments', 'post-formats' )