The comment-form tag has no wiki summary.
2
votes
1answer
133 views
Threaded Comments Feature not working
If a reader posts a comment on my blog, I'm able to reply to it. But the reply is not appearing on the post page, even after approving the comment. Number of comments to that specific post is 3, i.e., ...
1
vote
1answer
224 views
blank page after submitting a comment
I was testing a new website with Chrome (latest build), everything working fine (no new plugin installed during the test) when suddendly when I try to post a comment, after pressing the "reply" button ...
1
vote
5answers
4k views
How to add a class to the comment submit button?
How do I add a class to the comment submit button? The simplified function
comment_form(array('id_submit'=>'buttonPro')); obviously only changes the id and class_submit does not seem to exist.
I ...
0
votes
1answer
116 views
How To Detect Posted Comment in Theme Development?
A theme normally posts to wp-comments-post.php when someone leaves a comment. When successful, it does a redirect to the page again but tacks on "#comment-" into the URL. What I was wanting to do was ...
3
votes
1answer
555 views
Hide comment form completely (preferably without using CSS)
I need to conditionally not show the comment form.
I've added a filter to comment_form_defaults as follows:
function dont_show_comments($defaults) {
$defaults = array(
'fields' ...
1
vote
1answer
2k views
comments reply script not working
Sadly my "reply" link for threaded comments is not working.
The current situation:
First i load the comments reply script (check if scripts content load: works) into the <head> using two ...
1
vote
2answers
435 views
Hide reply button after moveForm is called
When user clicks on Reply button for a specific comment, how can I then hide the reply button under said comment? Do I have any access to the javascript onclick function that it calls?
1
vote
4answers
1k views
Add class to Reply button in Comments area
Under each comment there is a link called 'Reply'. I want to add a class to this link. It's default class is comment-reply-link. How can I do so? I am creating my own theme and I don't want to ...
0
votes
1answer
805 views
Default comments file and how to copy it
I have a custom theme. There is no comments.php file, Wordpress is using whatever the default is. I need to modify the comments area, but I want to base my changes off of the default template. Where ...
0
votes
1answer
83 views
Fix threaded comments
http://anasianscreations.co.cc/jeffman/blog/uncategorized/hello-world/
I have looked all day for a solution but whenever you click on reply to this comment, instead of the comment box being displayed ...
0
votes
1answer
623 views
Why could my comment_form variable not be working?
I'm working on a custom theme that is based off of Starkers html5 3.0 and use that theme's comment system. I have followed custom_form tutorials by Otto, Soapbox Dave, forlogos, and Deluxe Blog Tips.
...
1
vote
3answers
244 views
how to modify comments form
how i can modify comments form, my theme just call:
<?php comment_form(); ?>
0
votes
2answers
655 views
How To Remove The “Click here to cancel reply” Link From The Wordpress Comment Form
I am trying to remove the "Click here to cancel reply" link from the Wordpress comment form on my posts. In the document there is an argument you can supply to the comment form function to remove the ...
1
vote
1answer
3k views
How to dispaly comment form error messages in the same page
I want to display comment form validation errors (as well as captcha error) on the comment form itself and not on a different page.
How can I do that ?
0
votes
3answers
533 views
1
vote
1answer
394 views
Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
I've got a great Comment Form and Threaded Comments setup by using the native WordPress functions: comment_form and wp_list_comments.
However, I'm trying to also create a custom Contest Comment ...
3
votes
2answers
1k views
Removing the “Website” Field from Comments and Replies?
In an effort to combat comment spam, I'd like to hide or remove the "Website" field from the "Leave a Reply" section for page and site comments.
I have no desire to increase others page rankings by ...