For a new theme I am building I want to add this functionality. So when a user leaves a comment is goes for moderation. If is approved, it is displayed. Now when the use comments from the site, when they click on post comment the page refreshes. the comment ID is appended to the url. But I can’t see that comment because its under moderation. I want to display a message and the comment to the user saying that your comment is under moderation.
I used a callback function for the wp_list_comments so that might be the case. The code is
(@rubai)
13 years, 3 months ago
For a new theme I am building I want to add this functionality. So when a user leaves a comment is goes for moderation. If is approved, it is displayed. Now when the use comments from the site, when they click on post comment the page refreshes. the comment ID is appended to the url. But I can’t see that comment because its under moderation. I want to display a message and the comment to the user saying that your comment is under moderation.
I used a callback function for the wp_list_comments so that might be the case. The code is
What might be the problem?
Thanks in advance!!