dprophit

buddypress groups loop

Jun 1st, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.13 KB | None | 0 0
  1. <!-- content left area groups -->
  2.         <div class="content-left">
  3.            
  4.             <div class="blog_post small">
  5.                    
  6.                 <div class="blog_postcontent small">
  7.                 <?php if ( bp_has_groups() ) : ?>
  8.                 <div class="image_frame_small"><?php bp_group_avatar(); ?></div>
  9.                 <a href="blog-archive.html" class="date"><strong>18</strong><br /><i>march</i></a>
  10.                 <h3><a href="blog-post.html"><?php bp_get_group_name(); ?></a></h3>
  11.                     <ul class="post_meta_links small">
  12.                         <li class="post_categoty"><a href="#">Web tutorials</a></li>
  13.                         <li class="post_by"><a href="#">Adam Harrison</a></li>
  14.                         <li class="post_comments"><a href="#">18 Comments</a></li>
  15.                     </ul>
  16.                     <p><img src="images/spacer.gif" alt="" class="margin_top5" /></p>
  17.                    
  18.                     <?php bp_group_description_excerpt(); ?>
  19.                 <span class="morebut-small"><a href="blog-post.html" class="morebut-small-s">Continue to Read More</a></span>
  20.                 </div>
  21.             </div><!-- /# end content left area groups -->
Advertisement
Add Comment
Please, Sign In to add comment