Tagged Questions
0
votes
1answer
97 views
Custom avatars in wordpress comments?
I'm looking for a way to let people connect with facebook when posting comments, and to use their facebook avatars as the avatar for the comments. How can this be done? Do I need to create a seperate ...
4
votes
1answer
208 views
What should I do to make generated avatars different for anonymous comments?
All the comments on my website are anonymous and without registration. To post a comment you have to fill the fields name (not obligatorily) and the text of your comment (obligatorily).
I have the ...
0
votes
1answer
370 views
show list of latest comments for each post in a loop
I want to show the last 5 comments for each post on my index page loop of posts. What Im using now is only showing the same comments for every post. How should I set this up and how can I add an ...
2
votes
2answers
162 views
remove_filter( 'comment_author', 'floated_admin_avatar' ); doesn’t work
In a small plugin I’ve written to add an IP address column to the comments list I want to remove the avatars.
In line 156 I tried to use remove_filter:
remove_filter( 'comment_author', ...
0
votes
2answers
203 views
Best way to tell if a comment is from a user?
I've got an if ($comment->user_id) block to pick an default admin comment gravatar (different than a non-user's). But I'd still like this gravatar to be used if a user comments using their ...