My blog is set to show monsterID avatars. They show in admin, but these dont show in blog posts. How do I enable this please?
Showing identicons and monster avatar instead of mystery man
(4 posts)
(2 voices)
-
Posted 1 year ago #
-
Hello HouseofStrauss,
Open up
/wp-content/themes/infocus/comments.phpand around line 20 you should see this..<span class="small_frame"><?php echo get_avatar($comment,$size='60',$default=get_template_directory_uri().'/images/gravatar.gif' ); ?></span><br />Go ahead and change it so it looks like this..
<span class="small_frame"><?php echo get_avatar($comment,$size='60' ); ?></span><br />This will take off the default avatar and should use identicons / monsters, whatever you have set. Let us know if this works for you HouseofStrauss.
Posted 1 year ago # -
Yep that worked. As always... big thank-you!!
Posted 1 year ago # -
Glad it worked for you HouseofStrauss, if you need anything else then let us know.
Posted 1 year ago #
Reply
You must log in to post.













