function site_title_shortcode() { return get_bloginfo('name'); } add_shortcode('site_title', 'site_title_shortcode');