Re: News as Widget
I delete
line 47 is: <?php $counter++; ?>
In Line 42: Change->
<div class=”item-content”><?php echo bp_create_excerpt($post->post_content) ?></div>
TO
<div class=”item-content”><?php echo bp_create_excerpt($post->post_excerpt) ?></div>