Even if this option doesn’t seem very interesting anymore, it can be used if it is entered in functions.php
1 |
add_theme_support( 'post-formats', array( 'aside', 'chat', 'gallery','link','image','quote','status','video' ) ); |
-
- aside – typically styled without a title.
- chat – a chat transcript.
- gallery – a gallery of images.
- link – a link to another site.
- image – a single image.
- quote – a quotation.
- status – a short status update, usually limited to 140 characters.
- video – a single video.