Lego2012
12/13/2016 - 9:19 AM

Template - Post Formats

Template - Post Formats

<?php
// Do NOT include the opening php tag

/** Add support for post formats */
add_theme_support( 'post-formats', array( 'aside', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video', 'audio' ));

/** Add support for post format images */
add_theme_support( 'genesis-post-format-images' );