Fix for avatars plugin docs

lucidology
Sophomore
Just Getting Started

Member    Likes (0)

In the avatars pluging docs it says to add this to show the blog avatar:

<?php echo get_blog_avatar(1,'32','identicon'); ?>

That's probably not what you want because it will always show the avatar for blog 1. Here is what you probably want:

<?php echo get_blog_avatar($wpdb->blogid, '32', 'identicon'); ?>

WordPress Questions?

We've got answers!

  • 350+ Premium Plugins & Themes
  • 'Your WordPress Team' support
  • WordPress Nirvana from just $19

Find out more »