Advertisement
Konark

Untitled

Apr 15th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <div class="buzz-logo-title site-branding">
  2. <h1 class="buzz-site-title site-title">
  3. <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
  4. <?php bloginfo( 'name' ); ?>
  5. </a>
  6. </h1>
  7. <?php
  8. $description = get_bloginfo( 'description', 'display' );
  9. if ( $description || is_customize_preview() ) { ?>
  10. <p class="buzz-site-description site-description"><?php echo $description; /* WPCS: xss ok. */ ?></p>
  11. <?php } ?>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement