JeremyEnglert / JointsWP-CSS

A blank WordPress theme built with Foundation 6, giving you all the power and flexibility you need to build complex, mobile friendly websites without having to start from scratch.
http://jointswp.com
75 stars 23 forks source link

Default Gravatar #4

Closed jackfearing closed 10 years ago

jackfearing commented 10 years ago

I noticed that when I enabled the default wordpress icon for comments, the theme shows it as a broken image link. The theme can however display an image if the user has gravatar hosted with gravatar.com.

jackfearing commented 10 years ago

Actually, I found that if I edit the functions.php file and REMOVE the (path to url) call from this line <?php echo get_avatar($comment,$size='32',$default='path_to_url' ); ?> the icon shows up.