I searched a lot of thread regarding my problem, but unfortunately I found nothing works, and this my final option. I want to add some custom fields on my...
I can change label of comments by altering Comment(s) from parameter of following function: comments_popup_link('No Comments;', '1 Comment;', '% Comments;'); But, seems that title attribute is returned from core...
I have a comment meta field that displays a rating for each comment, I was wondering if there is any way I can query the database to get the...
How would I count (and display) the number of times a comment meta field’s value is a post’s entire comments? e.g. meta key is “fish” and key value “shark”...
Today I was doing some research on wordpress comments. I am looking for making a Comment Type which I can use as a review on wordpress custom post type...
EDIT: I finally got the right answer; see my own answer beneath this post for everyone that’s interested. After searching for a couple of days and trying over and...
Can somebody help me to create a drop-down menu or (radio buttons) in WordPress comment form, so that a new user could make a selection of their user roles...
I used the comment meta to add a simple rating system. The user can post a rate from the comment form from where I added 3 dropdown comment meta....
I added a basic “favorite/recommend” functionality for posts and comments to a wordpress site I’m working on. I’m storing the total numbers of comment “likes” in a custom comment...
<?php printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?> Above is the default code that exists for comments.php in the WP Core. This will produce an Output like this: October 1,...