Whitelisting Commenters

In Settings > Discussion Uncheck An administrator must always approve the comment Check Comment author must have a previously approved comment This way comments from people (identified by combination of name, email and site) who have previously approved comments will not require moderation. Rest of comments will.

Editing the Comment Reply Link

functions.php: function remove_nofollow($link, $args, $comment, $post){ return str_replace(“rel=”nofollow””, “”, $link); } add_filter(‘comment_reply_link’, ‘remove_nofollow’, 420, 4);

Getting the comment number relative to all the post’s comments

Try the following custom Comment Walker class. The walker keep tracks for print index in a global variable named $current_comment_print_index; which is intialized in the paged_walk function. You can print global variable $current_comment_print_index to show the current printed comment number. <?php /* Plugin Name: Comment Count Walker for WPSE 20527 Author: Hameedullah Khan Author URI: … Read more

Is there a hook for comment author link?

The other two answers probably answer your question, but here’s a way look at WordPress source code to be able to determine for yourself whether a certain hook exists for your purposes. You ask whether there is a hook for the comment author link. So let’s look at the source for that function: comment_author_link(). We … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)