I’ve got everything working the way I’d like it, gravatar wise, except for one little thing that’s been bugging me.
I’m wonder if it is at all possible to include a file (let’s say Gravatars.png) and we wanted that to be our default image. if it possible to call that as the default without having the user upload the image and giving a direct URL ?
I’ve tried <?php gravatar( ‘default=/images/gravatar.png’ ) ; ?>
And it seems to do diddly. Normally, in a situation like this, I’d use <?php bloginfo(‘template_directory’ ) ; ?>/images/gravatar.png, but, unless I’m mistaken you can’t do the following
<?php gravatar( “http://www.”.bloginfo(‘template_directory’ ) .”/images/gravatar.png” ) ; ?>
Anyone know of a solution?,
Jordan
Edit: Ahh! Smilies everywhere!.. Added Spaces in-between “problem areas” of code.
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Referred between 50 and 99 users
- Sold between 10 000 and 50 000 dollars
From the WordPress Codex:
<?php echo get_avatar( $comment, $size = ‘80’, $default = ‘<path_to_ur?>’ ); ?>
If that doesn’t work, try replacing $comment with $id_or_email.
