Lego2012
1/24/2017 - 9:48 PM

Add Post Formats

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'
) );