forked from mirror/_s
_s: Add additional Post Formats into functions.php, to be in line with WordPress.com's Instapost posting experience.
This commit is contained in:
parent
b1c1073f91
commit
b6a72553aa
|
@ -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' );
|
||||
|
|
Reference in New Issue