Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created July 3, 2013 19:31
Show Gist options
  • Save wpspeak/5921976 to your computer and use it in GitHub Desktop.
Save wpspeak/5921976 to your computer and use it in GitHub Desktop.
Add support for Post Formats
<?php
// 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