Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/16/2013 07:55:25 PM (13 years ago)
Author:
boonebgorges
Message:

Use row classes in group templates

bp_group_class() provides valuable CSS classes for use in groups loops
(such as 'odd' and 'even'), and also provides a way for plugins to
style rows in various ways using the included filters.

Fixes #5173

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/groups/groups-loop.php

    r6284 r7379  
    3838    <?php while ( bp_groups() ) : bp_the_group(); ?>
    3939
    40         <li>
     40        <li <?php bp_group_class(); ?>>
    4141            <div class="item-avatar">
    4242                <a href="<?php bp_group_permalink(); ?>"><?php bp_group_avatar( 'type=thumb&width=50&height=50' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.