Skip to content

Commit

Permalink
need to move this up here
Browse files Browse the repository at this point in the history
  • Loading branch information
aschweigert committed Aug 30, 2016
1 parent ae07930 commit e8c8978
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions partials/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
$hero_class = largo_hero_class( $post->ID, FALSE );
$values = get_post_custom( $post->ID );
$featured = has_term( 'homepage-featured', 'prominence' );
$entry_classes = 'entry-content';

$show_top_tag = TRUE;
$show_thumbnail = TRUE;
Expand Down Expand Up @@ -63,8 +64,6 @@
</header>
<?php } // end Homepage Featured thumbnail block

$entry_classes = 'entry-content';

echo '<div class="' . $entry_classes . '">';

if ( $show_top_tag ) {
Expand Down

0 comments on commit e8c8978

Please sign in to comment.