Remove post formats

This commit is contained in:
Ben Word
2016-11-27 14:46:05 -07:00
parent 265815f5bf
commit 78ea970eab
2 changed files with 3 additions and 6 deletions

View File

@@ -48,12 +48,6 @@ add_action('after_setup_theme', function () {
*/
add_theme_support('post-thumbnails');
/**
* Enable post formats
* @link http://codex.wordpress.org/Post_Formats
*/
add_theme_support('post-formats', ['aside', 'gallery', 'link', 'image', 'quote', 'video', 'audio']);
/**
* Enable HTML5 markup support
* @link http://codex.wordpress.org/Function_Reference/add_theme_support#HTML5