Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Michael Kloepzig

    (@michael-kloepzig)

    Make a child theme (http://codex.wordpress.org/Child_Themes), copy header.php and replace in line 29

    <?php echo $blogTitle ?>

    with

    <?php echo $blogTitle . '<br />' . get_bloginfo('description'); ?>
    Thread Starter dedalusjmmr

    (@dedalusjmmr)

    Great. Thanks.

    Thread Starter dedalusjmmr

    (@dedalusjmmr)

    Taking from your advice (and carefully looking at the code), I ended up following another more subtle route: puting the tagline inside the link title.

    Here it is, in case anyone wants to do it:
    <a href="<?php echo home_url(); ?>" title="<?php echo get_bloginfo('description'); ?>"><?php echo $blogTitle ?></a>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tagline not showing’ is closed to new replies.