Skip to content

Instantly share code, notes, and snippets.

@danjjohnson
Created September 16, 2014 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danjjohnson/3451d2c24cff69529022 to your computer and use it in GitHub Desktop.
Save danjjohnson/3451d2c24cff69529022 to your computer and use it in GitHub Desktop.
Declare Sensei support in a theme
add_action( 'after_setup_theme', 'declare_sensei_support' );
function declare_sensei_support() {
add_theme_support( 'sensei' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment