Merge pull request #126 from philiparthurmoore/enhancements/add-insta-post-formats

_s: Add additional Post Formats into functions.php
This commit is contained in:
Michael Fields 2012-12-28 16:36:33 -08:00
commit 3427f7f574
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 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' );