The slogan displays in the page title in the head sections title tags but doesn't display in name-and-slogan. The code is:

          <?php if ($site_slogan): ?>
            <div id="site-slogan"><?php print $site_slogan; ?></div>
          <?php endif; ?>

Comments

aren cambre’s picture

Status: Active » Closed (fixed)

Disregard. Didn't have admin/build/themes/settings/[themename] set correctly.