Skip to content

Instantly share code, notes, and snippets.

@woogist
Forked from jameskoster/functions.php
Last active July 29, 2019 14:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogist/bfe3118db0bcb3f03055 to your computer and use it in GitHub Desktop.
Save woogist/bfe3118db0bcb3f03055 to your computer and use it in GitHub Desktop.
add_action( 'after_setup_theme', 'sensei_support' );
function sensei_support() {
add_theme_support( 'sensei' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment