forked from mirror/_s
Merge pull request #126 from philiparthurmoore/enhancements/add-insta-post-formats
_s: Add additional Post Formats into functions.php
This commit is contained in:
commit
3427f7f574
|
@ -74,7 +74,7 @@ function _s_setup() {
|
||||||
/**
|
/**
|
||||||
* Add support for the Aside Post Formats
|
* 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
|
endif; // _s_setup
|
||||||
add_action( 'after_setup_theme', '_s_setup' );
|
add_action( 'after_setup_theme', '_s_setup' );
|
||||||
|
|
Reference in New Issue