I need to have multiple lines with links in my site tagline. I’m not sure where the theme calls bloginfo(‘description’) – I think simply replacing that with echo html_entity_decode(get_bloginfo(‘description’)); would work, but I don’t know where to put it, or if it needs to be in more than one place. Help?
The blog description code is located in theme folder->library folder->structure folder->header-extensions.php file. Look for the lines around 245. Hope this helps.