Advertisement
Guest User

Untitled

a guest
Jan 11th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <body <?php body_class(); ?>>
  2. <div id="wrapper" class="hfeed">
  3.     <div id="header">
  4.         <div id="masthead">
  5.             <div id="branding" role="banner">
  6.                 <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
  7.                 <<?php echo $heading_tag; ?> id="site-title">
  8.                     <span>
  9.                         <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
  10.                     </span>
  11.                 </<?php echo $heading_tag; ?>>
  12.                 <div id="site-description"><?php bloginfo( 'description' ); ?></div>
  13.  
  14.                 <?php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement