Skip to content

Commit

Permalink
Use hybrid_is_plural().
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Aug 18, 2015
1 parent 006e2ca commit e32ecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<main <?php hybrid_attr( 'content' ); ?>>

<?php if ( !is_front_page() && !is_singular() && !is_404() ) : // If viewing a multi-post page ?>
<?php if ( ! is_front_page() && hybrid_is_plural() ) : // If viewing a multi-post page ?>

<?php locate_template( array( 'misc/loop-meta.php' ), true ); // Loads the misc/loop-meta.php template. ?>

Expand Down

0 comments on commit e32ecc7

Please sign in to comment.