Use entry-summary class for excerpts - Closes #589

This commit is contained in:
Ben Word
2012-11-04 11:27:59 -06:00
parent 9a48ccff70
commit e6586f94ba
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
### HEAD ### HEAD
* Use `entry-summary` class for excerpts per Readability's Article Publishing Guidelines
* Remove `lib/post-types.php` and `lib/metaboxes.php` * Remove `lib/post-types.php` and `lib/metaboxes.php`
* Make sure Primary Navigation menu always gets created and has the location set upon activation, update activation permalink method * Make sure Primary Navigation menu always gets created and has the location set upon activation, update activation permalink method
* Update to Bootstrap 2.2.1 * Update to Bootstrap 2.2.1

View File

@@ -12,7 +12,7 @@
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php get_template_part('templates/entry-meta'); ?> <?php get_template_part('templates/entry-meta'); ?>
</header> </header>
<div class="entry-content"> <div class="entry-summary">
<?php the_excerpt(); ?> <?php the_excerpt(); ?>
</div> </div>
<footer> <footer>