HOME

3,
‘ignore_sticky_posts’ => true,
) );
set_transient( ‘jmb_top_news’, $top_posts, 15 * MINUTE_IN_SECONDS );
}

if ( $top_posts->have_posts() ) :
$count = 0;
echo ‘

‘;

while ( $top_posts->have_posts() ) : $top_posts->the_post();
$count++;
$article_class = ( 1 === $count ) ? ‘main-hero’ : ‘secondary-hero’;
?>