Skip to content

Instantly share code, notes, and snippets.

@electricbrick
Last active August 29, 2015 14:13
Show Gist options
  • Save electricbrick/d865d05937d60e47ddb7 to your computer and use it in GitHub Desktop.
Save electricbrick/d865d05937d60e47ddb7 to your computer and use it in GitHub Desktop.
Genesis Sandbox Featured Content (GSFC) Widget Subtitles Function
add_action ( 'gsfc_post_content','add_subtitle', 10);
function add_subtitle(){
if ( function_exists( 'the_subtitle' ) ) {
the_subtitle( '<p class="entry-subtitle">', '</p>' );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment