Wenn ich Kommentare zu einem Beitrag aufrufe, steht im Kommentarfeld folgender Code:
PHP
"comment_author_url' title='Besuche $comment->comment_author'>"; }
else { echo ""; }
echo "comment_type) { echo gravatar($comment->comment_author_email); }
elseif ( ('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type) ) {
echo gravatar($comment->comment_author_url); }
echo "' alt='' class='gravatar' />"; } ?>"
Die Avatarfunktion ist aber abgeschaltet...
Version WP 2.5
Theme so_suechtig 2.9beta5
Mod.: Demnächst bitte die Forums-Code-Tags benutze. Lies dazu mal den entsprechenden Beitrag (Sticky) im Plugin-Forum.