Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save authentikHQ/21439be1141ec8a650182499f62a161a to your computer and use it in GitHub Desktop.
Save authentikHQ/21439be1141ec8a650182499f62a161a to your computer and use it in GitHub Desktop.
Add post formats with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// 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