Need Associated text for Gravatar / No Plugin
-
bing SEO Analyzer: “The <img> tag does not have an ALT attribute defined.”
This is my Gravatar image that bing is calling out.I had this code originally:
<div id="author-avatar"> <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?> <div id="author-avatar">
Just found in a past forum; (Otto 3yrs ago) and changed to this:
echo get_avatar( $comment, '60' );
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
As Otto says; “Let the upstream code take care of the email”.
But? still no image associated text. I would like to generate my own ass.text, something like: American Company / US Product Commenter Gravatar
Can someone help?
Thanks in advance for a reply.
site: https://www.b4usa.com/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need Associated text for Gravatar / No Plugin’ is closed to new replies.