Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iWebbers/80e485326dfda28398047e2922fed6d3 to your computer and use it in GitHub Desktop.
Save iWebbers/80e485326dfda28398047e2922fed6d3 to your computer and use it in GitHub Desktop.
// Get current page title via shortcode: [iw_page_title]
function iw_page_title_shortcode() {
return get_the_title();
}
add_shortcode('iw_page_title','iw_page_title_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment