'single-hero__image',
'loading' => 'eager',
'decoding'=> 'async',
'alt' => the_title_attribute( array( 'echo' => false ) ),
)
);
?>
'',
'next_text' => '',
)
);
?>
array( $cats[0]->term_id ),
'post__not_in' => array( get_the_ID() ),
'posts_per_page' => 3,
'orderby' => 'rand',
)
);
if ( $related ) :
?>