Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: News as Widget


Archie Webmaker
Participant

@weblogian

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>

Skip to toolbar