Remove Comment Author Link In WordPress Comment List
By OutsourcedContent — on July 8, 2018 Add the following code snippet to the functions.php of your theme to remove the links to the comment author website in WordPress comments list. Works when the comments list is generated with wp_list_comments(). /** * Remove comment author link in WordPress comment list * * Removes the…