benbrehaut / wp-vanlig

Blank WordPress starter theme made for being customisable.
2 stars 1 forks source link

Add support for Post Formats #4

Closed benbrehaut closed 7 years ago

benbrehaut commented 7 years ago
add_theme_support( 'post-formats', array( 'aside',  'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat' ) );

Might be worth adding it but not enabling it, as it is never used.