Nope, didn’t work either. Surely there must be a way to exclude a category from this. Please, anyone. Thx!
<?php
$posts = get_posts('numberposts=4');
foreach($posts as $post) :
?>
<div class="post lastfive" id="post-<?php the_ID(); ?>">
"><?php the_title(); ?>
<br><br>
<div class="bloginfo"><?php the_excerpt_reloaded(50, '<img> ', 'none', TRUE, 'Keep reading >>', FALSE, 2); ?></div>
</div>
<br><br>
</div>
<?php endforeach; ?>