Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save NorthTexasCreative/10e80fa92b6cad63111df0c4b02774c1 to your computer and use it in GitHub Desktop.

Select an option

Save NorthTexasCreative/10e80fa92b6cad63111df0c4b02774c1 to your computer and use it in GitHub Desktop.
// Get WordPress site name via shortcode: [nf_site_name]
function nf_site_name_shortcode() {
return get_bloginfo('name');
}
add_shortcode('nf_site_name','nf_site_name_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment