Topic: Urgent, Author avatar in arras_postheader()

Hi,

I want the author's gravatar to appear as part of the arras_postheader() . I've been trying to add some codes in filters.php but it got messed up such that I have restore that file all over again.

I tried to include get_avatar($post->post_author); in filters.php but it doesn't seem to work.

I've attached a sample of an author's avatar taken from http://blogs.straitstimes.com/2010/7/23 … -igot-ipad

Appreciate if someone could point me in the right direction. Thank you.  smile

Post's attachments

Author_avatar.JPG 33.56 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Thumbs up

Re: Urgent, Author avatar in arras_postheader()

up!
Currently using:

WP 2.8.6
Arras 1.4.3

Thanks..

Thumbs up

3

Re: Urgent, Author avatar in arras_postheader()

If you need to add an avatar into arras_postheader() you need to add it this way:

$postheader .= get_avatar( get_the_author_meta('ID'), 64 );