Tagline not showing
-
Hello,
I’m tearing my hair out trying to figure out why my tagline isn’t showing. Here’s the code:<header role="banner"> <a href="<?php echo home_url( '/' ) ?>" id="logo"> <?php $url = of_get_option( 'logo' ); if (!empty($url)) { echo "<img src=\"$url\" alt=\"\">"; } else { bloginfo('name'); } ?></a> <div class="tagline"> <p><?php bloginfo('description'); ?> </p> </div> <?php wp_nav_menu( array ( 'container' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => false ) ); ?> </header>
and the link: link here
Many thanks in advance.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Tagline not showing’ is closed to new replies.