Reply to comment

OK, fixes for 2.6: - for

OK, fixes for 2.6:

- for customization and everything to work do this:

http://blog.nestlepoell.net/2008/07/21/your-theme-does-not-support-custo...

-for gravatar support edit comments.php inside theme folder and replace this:

comment_type) {

echo 'comment_author_email);

echo '" alt="'.$comment->comment_author.'" width="40" height="40" />';

} elseif ( ('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type) ) {

echo 'comment_author_url);

echo '" alt="'.$comment->comment_author.'" width="40" height="40" />';

}

} else {

//echo 'comment_author.'" width="40" height="40" />';

}

?>

with this:

As simple as that :D

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options