Tagged Questions
0
votes
0answers
19 views
Making comment persist after error?
On my comment form I am using a filter that checks for "bad" word. If the message contains one these words, it gets flagged as spam it send a transient message back to the comment page. Now what I ...
3
votes
1answer
76 views
Adding another state (spam, reject, approve) to wordpress comments?
i know this might sound a bit weird, but what I'm trying to do is rather simple in mind but may be technically difficult.
I'm running small contests on my wordpress site where I ask users to leave a ...
0
votes
1answer
52 views
display only parent replies count in index.php
Currently my posts display the total count of comments (i.e both replies and sub-comments).
I want to display only the number of reply count in my index.php (and not comments for a reply) for each ...
0
votes
1answer
29 views
Changes in comments.php in the child theme does not show up on the site
I am trying to customize the comments template in the comments.php and so have made some changes to the code, including a call back function in wp_list_comments() (which I have defined in ...
1
vote
1answer
24 views
Display Custom comments field number
I have some custom comments fields, I need to display the number of times that a meta value is used
Example :
I have a custom comments field "Do you like this post" with multiple choice :
Yes
...
2
votes
2answers
47 views
multiple comment text areas
I need to create a user comment form with three text areas and then display them in comments. I don't know where to start - cannot find any plugin but would like to code it anyway. Any pointers much ...
0
votes
0answers
18 views
Custom Pagination for a Page with Comments [duplicate]
Possible Duplicate:
Pagination not working with custom loop
Hello everybody and good even.
The Problem:
I have a Page where the comments are listed like the posts a displayd in a ...
0
votes
1answer
51 views
Passing user meta through comment form
I want to create a hidden field in the user comment form storing the logged in users info (already created a custom field at registration) so I can pass it to the comments section to display on the ...
0
votes
2answers
61 views
My posts show 2 comment forms
We have a Wordpress site, lifering.org, hosted on GoDaddy. We recently upgraded our virtual server's Linux operating system, which involved rebuilding the site from a backup.
Now I our single ...
1
vote
2answers
69 views
Posts vs. Pages
Okay so I've spent the last few weeks (on my spare time outside of work) creating a site for a client with a custom built theme. This is my first use of wordpress and the site can be seen here at ...
0
votes
1answer
51 views
Semi-Private Comments + page comments -> is it possible?
is it possible to do this:
User need to register and can only see comments written by himself or by an admin. Admins can see all comments
create a profile page that user can see all their comments ...
0
votes
2answers
68 views
Adding comments to my custom theme
I would like to add comments to my single.php file. My custom theme is "hand built" and I haven't found the proper code needed to add this functionality. Anyone have the quick and dirty on how to add ...
0
votes
1answer
107 views
How to fix vanilla comments extra iframe space
I am using the new vanilla comments on wordpress with my self hosted vanilla forums, but on every page, there is unnecesary iframe space. I was wondering how to fix that. My site is here and my forums ...
1
vote
3answers
503 views
Change order of comment fields
Is there a way to display the comment field first and then the Name / Email / Website fields? I am using
<?php comment_form( ); ?>
in my theme.
I am not looking for a CSS solution.
0
votes
1answer
109 views
Attach File Funcion for Common people
How can i allow my visitors that they can attach files like word text pdf with their comments or can allow attach file to register users
is their any plugin or any other way for achieving this task ?
0
votes
1answer
547 views
How to make custom comment fields required and message field not required
I have a comment form that has name, email, brief, detailed and rating fields.
The name, email, brief and rating need to be required, but the latter two are custom fields and I can only make them ...
2
votes
2answers
1k views
Can I change what fields are displayed in the Comments form?
Is it possible to change the fields that are available in the comments form? By default my comments form is asking for Name, Email, Website, and then the actual message. I'd like to remove website and ...
0
votes
1answer
714 views
How to display comments and comment form on custom post type?
Is it possible in wordpress to display comments and comment form on custom post type, and how to do that?
Thanks in advance.
2
votes
2answers
542 views
modify all posts of a category to “no comments allowed”
I'm looking for a way to modify all posts of a certain category to be "no comments allowed" without going into each post settings, one by one, and modifying manually.
Perhaps a MySQL statement?
...
2
votes
3answers
520 views
Custom comment type maybe?
(First of all, sorry for bad english)
If there are people here using wordpress as cms, you probably realize that you dont need comment system that much. Esspecially custom post types like products ...
2
votes
2answers
592 views
Replacing the default content created while the site creation
How do you replace the default title for first comment?
Mr WordPress on Hello world!
I could not able to locate this in theme's comments.php file
I want to edit the title 'Mr wordpress on Hello ...
5
votes
2answers
3k views
Getting Post Comments for post ID using WP_Query() and a Custom Loop?
(Moderator's note: The original title was "Is there a way to get post comments by post ID on a custom loop using WP-Query()?")
Hi! I'm running a custom loop using WP_Query, that only displays one ...
0
votes
2answers
138 views
Display WordPress comments before the plugins?
I am so happy that I found this site =)
Well, here is my problem:
I want to display the wp comments right after the post, but before the plugins content.
What I have tried so far:
in ...
3
votes
2answers
3k views
Adding Custom Fields to WordPress Comment Forms?
What is the best way to add custom fields to a WordPress comment form?
(for example subject, image, etc...)
And how do I use the data entered afterwards...