Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter airujo

    (@airujo)

    i posted this on another forum and was able to fix it.

    Hi there,

    Would you share how did you solved this?

    Thanks,
    e

    Thread Starter airujo

    (@airujo)

    i forgot that i used a different author page than the page that comes with wordpress by default. you need this line in your code to show the avatar:

    <?php echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘twentyeleven_author_bio_avatar_size’, 130 ) ); ?>

    note, the size of 130 is specific to my design, you can change that to whatever you need it.

    also, i found out the hard way (meaning trial and error for quite a while) that in order for the avatar to show, you need to associate it with an article, otherwise you will only see whatever default avatar you set in the ‘settings/discussion’.

    i hope this helps!

    Hi airujo,

    Thank you for that 🙂 will try get it going.

    Much appreciated,
    e

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Simple Local Avatars] avatar not showing on author page’ is closed to new replies.