Add search templates

This commit is contained in:
Ben Word
2015-05-07 11:25:51 -05:00
parent 3b58d769f6
commit 5313ac720b
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<article <?php post_class(); ?>>
<header>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php if (get_post_type() === 'post') { get_template_part('templates/entry-meta'); } ?>
</header>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div>
</article>