Advertisement
Guest User

tagline in 2017

a guest
Dec 30th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1.             <?php $description = get_bloginfo( 'description', 'display' );
  2.                 if ( $description || is_customize_preview() ) : ?>
  3.                     <p class="site-description"><?php echo $description; ?></p>
  4.                 <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement