diff --git a/functions.php b/functions.php index 27deddc..d78ca10 100644 --- a/functions.php +++ b/functions.php @@ -66,4 +66,10 @@ function versioned_resource($relative_url){ } return $relative_url.$file_version; -} \ No newline at end of file +} + +// Add Post Formats +function add_post_formats() { +add_theme_support( 'post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'audio', 'chat', 'video')); +} +add_post_formats(); \ No newline at end of file