Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div class="site-branding col-md-6">
  2. <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
  3. <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
  4. </div>
  5. <a class="col-md-6" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php bloginfo('name'); ?>"><img src="<?php echo esc_url(get_theme_mod('site_logo')); ?>" alt="<?php bloginfo('name'); ?>" /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement