Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. if ( is_front_page() && is_home() ) : ?>
  3. <h1 class="site-title-blog"><a href="/blog" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">A Common Year</a></h1>
  4. <?php else : ?>
  5. <h1 class="site-title-blog"><a href="/blog" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">A Common Year</a></h1>
  6. <?php endif;
  7.  
  8. $description = get_bloginfo( 'description', 'display' );
  9. if ( $description || is_customize_preview() ) : ?>
  10. <p class="site-description-blog">Daily blog of 365 science stories</p>
  11. <?php endif;
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement