Skip to content

Instantly share code, notes, and snippets.

@sterndata
Created June 2, 2017 15:15
Show Gist options
  • Save sterndata/45d280b04234333f573add2632bd50e1 to your computer and use it in GitHub Desktop.
Save sterndata/45d280b04234333f573add2632bd50e1 to your computer and use it in GitHub Desktop.
function sds_post_title ( ) {
return get_the_title();
}
add_shortcode( 'the_title', 'sds_post_title' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment