Skip to content

Instantly share code, notes, and snippets.

@studiopress
Last active December 18, 2015 01:49
Show Gist options
  • Save studiopress/5706829 to your computer and use it in GitHub Desktop.
Save studiopress/5706829 to your computer and use it in GitHub Desktop.
Genesis post formats.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Add support for post format images
add_theme_support( 'genesis-post-format-images' );
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Add support for post formats
add_theme_support( 'post-formats', array(
'aside',
'audio',
'chat',
'gallery',
'image',
'link',
'quote',
'status',
'video'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment