How to customize ‘children comments’ in WordPress?
How to customize ‘children comments’ in WordPress?
How to customize ‘children comments’ in WordPress?
How can I hide comment of the authors from their published posts?
How to rename/change the comment labels in WordPress backend?
Post comments don’t show
SQL command to delete “pending comments” doesn’t work…?
Well finally I found, just added a test on “who” reads the comments. If the reader has moderation rights, the “moderator’s name” shows up, in the admin section AND in the post page. There is probably another way to do it, but that’s ok for me!
Is there a way to only allow certain user ranks to comment on a post
Your code has 2 major issues: It’s missing a return $fields; or a return value — Filter callbacks must always return something, which is normally the first parameter after it’s filtered (regardless it’s actually modified or not by your callback). Do not call comment_form() because comment_form_fields is fired in that function, hence you’ll run into … Read more
Re-Direct After Comment Submit IF Comment Comes from Sign-Up Page
How to output comments in Descending order by date using wp_list_comments?