Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,046
- How-to & Troubleshooting
- 129,729
- Creating & Extending
- 25,799
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
I tried with the following.
This gives a row but not grid.
<div class="avatar-block"><table><tr>
<?php foreach ( (array) $users['users'] as $user ) : ?>
<td><div class="item-avatar">
</div></td>
<?php endforeach; ?></tr></table>