Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active November 6, 2015 02:14
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 jpmarchand/ce8c41f5f35b31e266b3 to your computer and use it in GitHub Desktop.
Save jpmarchand/ce8c41f5f35b31e266b3 to your computer and use it in GitHub Desktop.
Add support for WordPress post formats. Source: http://my.studiopress.com/snippets/post-formats/
<?php
//* Add support for WordPress 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