Adding a second tag line below the header
-
I would like to add another line below the tag line in my header. I would like it to be an email address with an active link.
I am using a child theme of Mon Cahier. I have tried adding some code to the header.php, but can’t seem to get the right combination.<hgroup class=”site-intro”>
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
<!– another h2 or h3 should go here, but what? –>
</hgroup>The site address is http://www.dhparsons.com
Thanks
The topic ‘Adding a second tag line below the header’ is closed to new replies.