Post Formats
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
<!-- Below is the code to add post formats to your site: -->
//* Add support for post formats
add_theme_support( 'post-formats', array(
'aside',
'audio',
'chat',
'gallery',
'image',
'link',
'quote',
'status',
'video'
) );
<!-- Below is the code to add post format images to your site: -->
//* Add support for post format images
add_theme_support( 'genesis-post-format-images' );
<!-- This code will look for images located in the images/post-formats/ directory inside your child theme. You can download post format icons by StudioPress. -->