_s: Add additional Post Formats into functions.php, to be in line with WordPress.com's Instapost posting experience.

This commit is contained in:
Philip Arthur Moore 2012-12-25 22:27:36 +07:00
parent b1c1073f91
commit b6a72553aa
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function _s_setup() {
/**
* Add support for the Aside Post Formats
*/
add_theme_support( 'post-formats', array( 'aside', ) );
add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) );
}
endif; // _s_setup
add_action( 'after_setup_theme', '_s_setup' );