Add Post Formats
<?php
// Code goes in child theme’s functions.php.
// Add support for post formats
add_theme_support( 'post-formats', array(
'aside',
'audio',
'chat',
'gallery',
'image',
'link',
'quote',
'status',
'video'
) );