How do I add a sub title/slogan under the Site title?
I think it needs to go here, which I’ve tried but the alignment was on the left.
<body <?php body_class(); ?>>
<div id=”wrapper” class=”hfeed”>
<header id=”header” role=”banner”>
<?php $heading_tag = ( is_home() || is_front_page() ) ? ‘h1’ : ‘div’; ?>
<<?php echo $heading_tag; ?> id=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></<?php echo $heading_tag; ?>>
</header><!– #header –>