Disable comments
I’m wondering if there’s any way to prevent users from leaving comments but still display the comments form? So, whenever a new comment … Read more
I’m wondering if there’s any way to prevent users from leaving comments but still display the comments form? So, whenever a new comment … Read more
As the title suggests, I want to modify or customize the cancel_comment_reply_link without editing the /wp-includes/comment-template.php. The code in comment-template.php looks like this: … Read more
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
I’m using html5 support for input formats and custom comment form fields with this code: <?php $commenter = wp_get_current_commenter(); $args = wp_parse_args( $args … Read more
Is it possible to have a comment form for anonymous users, that be proceeded in two steps. First step enter author info (Name … Read more
I need to change the link for “logged in” to a user log in url instead of wp login url. I have checked … Read more
Just like WP posts have title and text, I want to have titles to my comments. Now how do I add it and … Read more
I have a custom theme. There is no comments.php file, WordPress is using whatever the default is. I need to modify the comments … Read more
If a reader posts a comment on my blog, I’m able to reply to it. But the reply is not appearing on the … Read more
I’m using the T5 Comment Textarea On Top-Plugin for the comment_field. I’m a newbie to wordpress. So I don’t know, how can i … Read more