Archived topic
Disable reply to in comment link
3 replies · Started by Yohann on April 29, 2020
Viewing posts 1–4 of 4
Hello,
I would like to disable the reply to link in comment.
it is here in this creenshot "répondre"
How could I do this ?
Thank you
Hi there,
Try this CSS:
#comments a.comment-reply-link {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
i want delete the links, no "display:none". is posible with a functions.php line?
this line work: add_filter( 'comment_reply_link', '__return_false' );
Hi there,
did you resolve the issue?
This archived topic is closed to new replies.