|
@@ -11,7 +11,7 @@
|
|
?>
|
|
?>
|
|
|
|
|
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
- <header class="entry-header alignwide">
|
|
|
|
|
|
+ <header class="entry-header default-max-width">
|
|
<?php
|
|
<?php
|
|
if ( is_sticky() && is_home() && ! is_paged() ) {
|
|
if ( is_sticky() && is_home() && ! is_paged() ) {
|
|
printf( '<span class="sticky-post">%s</span>', _x( 'Featured', 'post', 'seedlet' ) );
|
|
printf( '<span class="sticky-post">%s</span>', _x( 'Featured', 'post', 'seedlet' ) );
|
|
@@ -26,7 +26,7 @@
|
|
<?php the_excerpt(); ?>
|
|
<?php the_excerpt(); ?>
|
|
</div><!-- .entry-content -->
|
|
</div><!-- .entry-content -->
|
|
|
|
|
|
- <footer class="entry-footer alignwide">
|
|
|
|
|
|
+ <footer class="entry-footer default-max-width">
|
|
<?php seedlet_entry_meta_footer(); ?>
|
|
<?php seedlet_entry_meta_footer(); ?>
|
|
</footer><!-- .entry-footer -->
|
|
</footer><!-- .entry-footer -->
|
|
</article><!-- #post-${ID} -->
|
|
</article><!-- #post-${ID} -->
|