Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save topleague/72bceac1862ce184a94681cc30cc8a46 to your computer and use it in GitHub Desktop.
Save topleague/72bceac1862ce184a94681cc30cc8a46 to your computer and use it in GitHub Desktop.
Add Excerpt support to Pages in Genesis
//* Add Excerpt support to Pages in Genesis
add_post_type_support( 'page', 'excerpt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment