How to add ClassName to am avatar
-
Is there a way to add a ClassName to an avatar by
<?php bp_displayed_user_avatar('width=150');?>
output?<img src="//www.gravatar.com/avatar/u965b0sa9cb879767d4g16f1cba90fbb?s=50&r=g&d=identicon" class="avatar user-1-avatar avatar-150 photo" alt="「taro」さんのプロフィール写真" width="150" height="50">
↓ add “newclass”
<img src="//www.gravatar.com/avatar/u965b0sa9cb879767d4g16f1cba90fbb?s=50&r=g&d=identicon" class="newclass avatar user-1-avatar avatar-150 photo" alt="「taro」さんのプロフィール写真" width="150" height="50">
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.