Use entry-summary class for excerpts - Closes #589
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user