Hello to all,
I am using wordpress and i want to restrict my users to be able to comment only once per post but be able to reply to existing comments. How can i do that?
I found this code which checks if a user has already comment and hide the form. but with this code users cant reply. how can i do that?
[php]
The other thought is to always show the form but hide it with css.
this means that i have to add new css class to the comment form but i dont know how.
i came up to here
[php]
and i get this error Parse error: syntax error, unexpected ‘<’ in…
Thank you