Hello,
Can you please give us page url where you wanted to show avatar and more instruction so we can guide you better.
Thanks
The url of the blog page is:http://clearblueoceans.org/cbo-news-feed/
– FYI when i inserted the short code for avatar it did show up within the post but thats not what i was looking for visually.
– I did not create this theme, just have the “pleasure” of working on it. Trying to get a better looking blog and doing some css and overall tweaks to the site.
let me know it u need different info or more info
thanks
Hello,
You can use this function http://codex.ww.wp.xz.cn/Function_Reference/get_avatar in the loop implemented for blog post listing
Thanks
so this code? <?php echo get_avatar( get_the_author_meta( ‘ID’ ), 32 ); ?> located in what file is more or less the question i had
Hello,
It’s hard to suggest you where exactly to put it on your site because we don’t how your files are coded. can you please give me file which you’re using. You can mail us [email protected] or we can discuss on skype to solve issues.
Thanks
Well I did get it working the index.php and single.php i found where the loop began and placed the php code with in it. The only thing i wanted to get working is to show the avatar on the blog/news feed on the home page heading “Latest CBO foundation news” currently if you place a featured image it shows up there but i do not wish to always have a featured image with in the post so not sure if its possible to utilize the avatar instead…