Comments allow your website's visitors to have a discussion with you and each other. When you activate comments on a Page or post, WordPress inserts several text boxes after your content where users can submit their comments.
7
votes
2answers
453 views
How to make comments work for a post loaded per Ajax?
I am currently loading a single post using ajax. While the post loading works ok, I cannot get the comments to load. Here is my code:
My javascript to load the post:
<script>
...
2
votes
2answers
453 views
Using Wordpress' WYSIWYG for comments
I've been trying to set up the comments section of a site I am working on to use the default Wordpress WYSIWYG (TinyMCE). But it's harder than expected.
I used this tutorial to take me almost all the ...
2
votes
2answers
212 views
Using Disqus, how to stop storing comments in wp database?
I'm using disqus comments system, but it keeps storing the comments in the wordpress database as well. Is there way to disable option to store comments in wordpress database because I don't see any ...
1
vote
1answer
53 views
What filter/action hook can I use to add a few links to the admin comments page?
I would like to add a link to every comment when it's displayed in the recent comments admin page (edit-comments.php).
For the sake of this question, the link should just be this: <a ...
1
vote
1answer
117 views
How can I hide the IP of registered commentators?
There is already a related question at
How do I turn off wordpress comments ability to capture a users ip address?
But is there a solution to do it for users/mods/admins only?
So that normal ...
1
vote
1answer
55 views
Extra Title field for Comments
I want to display an extra title field for comments, that can be edited by the admin in the backend. NB, The extra title field also needs to display when the user is logged in. I have tried a range of ...
0
votes
1answer
33 views
delete user not working
Im just noticed that when I try to delete an user does remove the user, but not their comments. Also choosing the option to change the deleted user's post author to admin does not work either. Is ...
0
votes
1answer
25 views
Identify and display the fact that user is admin next to username in comment section
For all users to see. Not only the admin in cause.
Also I am using a plugin called simple user ranking for displaying the user rank which is calculated for the number of comments posted, so I need to ...
0
votes
1answer
25 views
ol children instead of ul children
I've created a new walker class to display a custom layout when using the wp_list_comments(); function and this is perfect, the only thing is that all replies to one comment are listed in a <ul> ...
0
votes
1answer
27 views
comments are going to spam
Why all wordpress comments are going to spam? I didn't installed any plugins to protect blog from comment and trackback spam.
Please help me to find a solution.
0
votes
1answer
60 views
Can I use WP comments for custom tables?
I'm using WP as the framework for my site and I have a bunch of custom tables.
Now I need to allow users to write comments to various entities. Let's say one entity is image and I want users to ...
0
votes
1answer
20 views
Comment Blacklist
I have a list of words that I placed in my blacklist_key option values update_option( 'blacklist_keys', $words);. But I still can make a comment with such words. Any ideas?
I can't answer my question ...
0
votes
1answer
30 views
Comment moderation with disqus comments
Comment moderation on custom post types this answer shows moderation on custom posts. Is this possible with disqus?
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 ...
0
votes
1answer
59 views
How to allow logged in users to post anonymously
I've been searching and searching for a while now to see if there's a way to allow people who are logged into my BuddyPress site to make a post on the activity section as "anonymous" or as their ...
0
votes
1answer
29 views
Display facebook comments made on site
Im using facebook comments for wordpress, now i would like to display the recent comment using the widget but its getting an error Fatal error: Cannot use string offset as an array in .. Is there ...
0
votes
1answer
30 views
Display User Role Next To Comment
I've search around but I can't seem to find exactly what I'm looking for and for the first time I don't even know where to start.
How do I display the user role (Admin, Editor, Author Contributor, ...
0
votes
1answer
29 views
Disable Link to Post from Showing Up in Post's Comments?
When I link to a another post in one of mine, is there a way for it not to show up in that entry's comments? Very small, new blog at the moment... I honestly just don't want all the exposure from ...
0
votes
1answer
23 views
Transfer comments from one domain to another
We have two domains with separate WP installs, it's not a multisite network. We would like to send or transfer comments from domain A to domain B so domain B handles all moderation because we'd like ...
0
votes
1answer
29 views
Post comments to Facebook
I am using WP's own commenting system, but I also want to add option like checkbox which will provide option to post comment on Facebook may be with post link. Has anyone done something like this or ...
0
votes
1answer
41 views
Customizing Comments on Posts
I have implemented custom code for generating comments on post page using callback function in functions.php.
function MYTHEME_comment($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ...
0
votes
1answer
286 views
How to show Disqus comment count number only without text?
I'm using Disqus WordPress plugin. When the page is not fully loaded yet, there's only comment count but after that Disqus auto appends the string Comments to that which looks really ugly.
From the ...
0
votes
1answer
41 views
Auto-deleting comments that trigger the blacklist
By default, the WP 'blacklist' feature finds comments containing the blacklisted string and moves them to the spam folder. What I am trying to do is change it so that instead of going to spam, the ...
0
votes
1answer
249 views
Genesis Child Theme Modifying Comments display
I'm using a theme which works with Genesis Framework. The theme is called pinsomo & I'm wondering how to "move" comments count div to the bottom of the post.
Here is the demo: [[link has ...
0
votes
1answer
38 views
Force logged in users to provide more data when commenting
I have added more data to my comment using hooks. I added a group of radio buttons so users can select and choose one of radio buttons. Everything works perfectly fine but the newly added radio ...
0
votes
1answer
63 views
Display the first post's comments of category in comments.php template
I want the display the comments from first post of the category only.
Example;
Category
- Post 1 (2 comments)
- Post 2 (1 comments)
- Post 3 (5 comments)
If I am reading the Post 2 or Post 3, I ...
0
votes
1answer
63 views
Get Comment Author ID on the fly while posting
I am adding custom data to custom table while author posting a comment. Please find my code in my own answer here http://wordpress.stackexchange.com/a/85109/9821
Now I want to add one more column of ...
0
votes
1answer
36 views
Wordpress is adding <!— page-who-we-are.php --> above html
Wordpress is adding this comment above all HTML on my site which is causing problems in IE in which the site won't render properly at all.
How do I stop WP adding this?
Tried disabling all plugins ...
0
votes
1answer
50 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
1answer
101 views
I don't have comments.php… how do I customize my comment fields
My page in question is here.
I have tried to add a comments.php to my custom theme so I can remove the website field and so I could edit the default values of the fields and remove the labels. When I ...
0
votes
1answer
31 views
Check the Comment in Reply or Normal State
I'm currently working with custom comment meta, and I have some custom additional field such as rating etc, when user write a comment ( not comment reply ) I want to show the rating field, but when ...
0
votes
1answer
33 views
By Default, Turn Comments Off for Pages & Leave Comments On for Posts
By default "Discussion: Allow comments." is checked when a new page or post is created. I know you can make "Discussion: Allow comments." unchecked by default on both pages and posts by going to ...
0
votes
1answer
53 views
2 tick boxes appearing below comments
In my site I have two tick boxes appearing above each other underneath the comments section.
I have tried disabling pingbacks etc.
How do I remove these?
example - ...
0
votes
1answer
108 views
Retrieve comments from current post using SQL
I am trying to use this code below to auto-refresh comments but at the moment it is displaying all comments. I would like to only show comments for the current post. I am not very experienced with SQL ...
0
votes
1answer
27 views
How to stop comments widget conflicting with theme comments
I have a widget that retrieves and displays the latest comments for a WordPress site. It displays the comment author, Gravatar, comment and date / time.
The function to display the comments is in a ...
0
votes
1answer
43 views
Comment Function
How would I make this Function display only the latest 5 comments?
function showLatestComments() {
global $wpdb;
$sql = "
SELECT DISTINCT comment_post_ID, comment_author, comment_date_gmt, ...
0
votes
1answer
79 views
same comment list for two posts
I've an unique problem, I'm using WPML to translate my website.
WPML takes post and duplicates it, so that translation becomes another post. Thus keeping Gallery/Comments/Ratings separate.
I'm on ...
0
votes
1answer
51 views
Incorrect redirect after commenting
I noticed not too long ago that after posting a comment the user is redirected to a page with this url
...
0
votes
1answer
60 views
Use specific language for comment section
On some pages I have the possibility to write a comment (name, email, website, comment). The labels are now in my default language. Now I want to use the English labels for the whole comment section. ...
0
votes
1answer
31 views
Modify links in user comments
When a link is posted in a comment, the format is : rel="nofollow"
Using a function, how can I change that to : rel="external nofollow _blank"
So the links open in a new window?
0
votes
1answer
87 views
Problem display only posts with comments
I'm trying to make a page that will show only the posts that have comments. I have this in my page template:
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts( ...
0
votes
1answer
142 views
Display category-specific comments in sidebar
I'm trying to display comments in the sidebar from only the current category. So far I've got this:
<?php
// Posts per page setting
$ppp = 8; //get_option('posts_per_page'); // either use ...
0
votes
1answer
93 views
Wordpress Page Template: Comment Filtering with Querystring
A custom Page Template was developed in order to display a list of products.
A WordPress page (/products) was created and the template was applied to it. There is a database which the template's ...
0
votes
1answer
38 views
Email from new comments
My blogs emails are working fine. I get all emails when new post and new register. But i dont recieve any emails when someone make a comment. Yes i cheked in admin settings. Any idea?
0
votes
1answer
45 views
What is the correct/safe way to delete all comments?
We've inherited a WordPress (3.3.2) site that has 13k pending comments, all of which are spam.
To delete all these comments is it sufficient and safe enough to do:
DELETE FROM wp_comments;
DELETE ...
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 ...
-1
votes
1answer
22 views
I need help about wordpress of members section
function yg_yorumsuz_link_gizle($content) {
global $current_user, $post, $wpdb, $yg_yorumsuz_yazi;
$mesaj = '';
//Eğer giriş yapılmamışsa
if ( !is_user_logged_in() ) {
$mesaj = '<a ...
-1
votes
1answer
66 views
wp_list_comments adds unnecessary elements
wp_list_comments adds UL / OL or DIV which do not serve for my thema.
how do I prevent this??
screeshots:
http://d.pr/i/1bpn
my code http://pastebin.com/bQxUyZTs
tnx!
-1
votes
1answer
701 views
Disqus: Get recent 5 comments
is it possible to get recent 5 comments of a specific disqus-account without using the (aweful) plugin? I want to put them into a content-slider and don't find any bit of API for that!
Thaanks!
-1
votes
1answer
81 views
What is this comment system plugin?
What is this comment system plugin?
Is there a template script of the comment system somewhere and also what plugin is that for all the different types of login for comment.
link here: goo.gl/QM7Ek
...