Skip to content

Instantly share code, notes, and snippets.

@mahangu
Created February 23, 2016 05:27
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 mahangu/b3605982f14e9f72c395 to your computer and use it in GitHub Desktop.
Save mahangu/b3605982f14e9f72c395 to your computer and use it in GitHub Desktop.
function jetpackme_portfolio_excerpts() {
add_post_type_support( 'jetpack-portfolio', 'excerpt' );
}
add_action( 'init', 'jetpackme_portfolio_excerpts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment