I'm trying to build my own author box and would like to have the author's image pick have the alt tag set to the author's name.
Currently, I have it set to:
{{ mb.get_avatar( author.ID, 150, 'wavatar', '{{ author.first_name }} {{ author.last_name }}' ) }}
Which just renders:
alt="{{ author.first_name }} {{ author.last_name }}"
Any help would be greatly appreciated!
Thanks,
AJ