Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active June 23, 2016 23:53
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 braddalton/b27782288ff1366983c07fe1c904c0bd to your computer and use it in GitHub Desktop.
Save braddalton/b27782288ff1366983c07fe1c904c0bd to your computer and use it in GitHub Desktop.
add_action( 'genesis_entry_header', 'wpsites_excerpt', 11 );
function wpsites_excerpt() {
if ( is_singular( 'post' ) && has_excerpt() ) {
the_excerpt();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment