Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Blog post avatar help


Brajesh Singh
Participant

@sbrajesh

replace that line with this one

<?php
global $post;
echo bp_core_fetch_avatar( array( 'item_id' => $post->post_author, 'type' => 'thumb', 'width' => 50, 'height' => 50));
?>

Hope it helps

Skip to toolbar