It looks like nothing was found at this location. Try a new search?
function site_title_shortcode() { return get_bloginfo('name'); } add_shortcode('site_title', 'site_title_shortcode');
It looks like nothing was found at this location. Try a new search?