The theme has to have this template tag where you want your tagline displayed:
<?php bloginfo('description'); ?>
http://codex.wordpress.org/Template_Tags/bloginfo
Where do you want the tagline to appear?
Post and give us the link to your header.php, here: http://pastebin.com
Where on your page do you want this to appear ?
The <title> tags affect only what is in the browser title bar, not your webpage, and as the function that is needed has not been declared, it won’t work there.
Thread Starter
bk
(@bk)
Actually, see here. I got it to work. But it’s way down of the title.
edit: I think I know how to fix this. 😛