Removing the limit on the number of nested comments
Does anyone have a solution for removing the limit on nested comments?
Does anyone have a solution for removing the limit on nested comments?
I need to make email field not required in comments, is it possible ?
I removed the url from in comment block, but spammers still post comments and add links. How to rejected comment if url not empty?
I am writing a plugin that will allow simple comment upvoting.
This is my loop:
Author’s and visitors’ names use the same color in comments.The point here is that the color of the author’s name is different in the comments. For example, in visitor comments, name is red. But, the name of the site author should be gray. (Only in comments)
On page load, the script loads the post comments by making an AJAX request to a custom WordPress REST API endpoint at /tcm/v1/comments/<post ID> (here’s a sample URL, valid as of writing).
I try to get all comments of a specific post, but it is not working like the way I do want. I use $assignment->ID to get all comments for a specific page ID. Even when I change $assignment->ID to 101 it is not working and he still shows all the comments of all posts.
I’m the process of getting an old plugin to work and what I need help with, if possible, is to review the “error” I’m getting.