Example #1
0
    the_permalink();
    ?>
" rel="bookmark"><?php 
    the_title();
    ?>
</a>
		</h1>
		<?php 
}
// is_single()
?>


		<div class="entry-meta">
			<?php 
twentythirteen_entry_meta();
?>

			<?php 
edit_post_link(__('Edit', 'twentythirteen'), '<span class="edit-link">', '</span>');
?>

		</div><!-- .entry-meta -->
	</header><!-- .entry-header -->

	<?php 
if (is_search()) {
    // Only display Excerpts for Search
    ?>

	<div class="entry-summary">
Example #2
0
	</header><!-- .entry-header -->

	<div class="entry-content">
		<?php
			/* translators: %s: Name of current post */
			the_content( sprintf(
				__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentythirteen' ),
				the_title( '<span class="screen-reader-text">', '</span>', false )
			) );

			wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) );
		?>
	</div><!-- .entry-content -->

	<footer class="entry-meta">
		<?php twentythirteen_entry_meta(); ?>

		<?php if ( comments_open() && ! is_single() ) : ?>
		<span class="comments-link">
			<?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a comment', 'twentythirteen' ) . '</span>', __( 'One comment so far', 'twentythirteen' ), __( 'View all % comments', 'twentythirteen' ) ); ?>
		</span><!-- .comments-link -->
		<?php endif; // comments_open() ?>
		<?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?>

		<?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>
			<?php get_template_part( 'author-bio' ); ?>
		<?php endif; ?>
	</footer><!-- .entry-meta -->
</article><!-- #post -->
>>>>>>> b875702c9c06ab5012e52ff4337439b03918f453