Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- else { ?>
- <header class="entry-header">
- <?php if ( is_single() ) { ?>
- <h1 class="entry-title"><?php the_title(); ?></h1>
- <?php }
- else { ?>
- <h1 class="entry-title">
- <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>
- </h1>
- <?php } // is_single() ?>
- </header> <!-- /.entry-header -->
Advertisement
Add Comment
Please, Sign In to add comment