Hello,
I use wp_list_comments and I want to get rid of the hyperlink on the date. I do want to display the date, but not with the hyperlink.
Is there a way to remove the link for my theme without forcing the user to change something in wp-includes manually?
thanks
do you also use wp_list_comments?
hm unfortunately there’s no solution of the problem.
I know that I could remove the link in the wp-includes but I want the link to be removed on everyone’s wp installation
mattmatt88 said
hm unfortunately there’s no solution of the problem. I know that I could remove the link in the wp-includes but I want the link to be removed on everyone’s wp installation
did you even read the codex page?
http://codex.wordpress.org/Function_Reference/wp_list_comments#Comments_Only_With_A_Custom_Comment_DisplayOh now I understand. That’s a great function – I love wordpress. Thank you
