Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save 10h30/33cb766b58001e6c6bca to your computer and use it in GitHub Desktop.

Select an option

Save 10h30/33cb766b58001e6c6bca 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