Guest User

Untitled

a guest
Nov 19th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1.                 else { ?>
  2.                     <header class="entry-header">
  3.                         <?php if ( is_single() ) { ?>
  4.                             <h1 class="entry-title"><?php the_title(); ?></h1>
  5.                         <?php }
  6.                         else { ?>
  7.                             <h1 class="entry-title">
  8.                                 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( esc_html__( 'Permalink to %s', 'quark' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
  9.                             </h1>
  10.                         <?php } // is_single() ?>
  11.                     </header> <!-- /.entry-header -->
Advertisement
Add Comment
Please, Sign In to add comment