The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
3
votes
5answers
1k views

How to rearrange fields in comment_form()

Im using a custom filter to change the fields, but can“t figure out how to change the order of the fields in the comment form. Desired order: comment field (first/top) name email website This is ...
1
vote
1answer
68 views

Display comments on a comment page without form

I'm using this to allow me to display my comments for posts on category pages: <?php $wp_query->is_single = true; comments_template(); $wp_query->is_single = false; ?> However I don't ...
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 ...
0
votes
1answer
731 views

customizing TwentyEleven comments template

Typically I don't utilize comments on my sites, however I'm using the comments functionality as a sort of live-feed testimonials page. To do this, I've borrowed comments.php and the comments portion ...
0
votes
1answer
426 views

custom comment_form fields not displaying

My ideal comment form will have 3 fields- Name, Location, Comment. I'm using the following bits of code- comments.php <?php comment_form( array( 'fields' => apply_filters( ...
0
votes
0answers
14 views

How to add an extra form select in comments and display the outcome [duplicate]

Possible Duplicate: Add Comment Custom Field Basically I am a little new to editing the comment section of WP but would like to know how to add an extra field on top of the original Name, ...