Here’s what I have:
<head>
<title>
{exp:weblog:entries weblog="whatever" limit="1"}{blog_title}{/exp:weblog:entries}
</title>
</head>This works on every page where there are entries in that blog. But on the 1 blog I have without any entries, this shows up blank. How do I call the blog title when there are no entries in that blog?
Thanks!