So that person who comment can first know basic information of that topic
Hi cnpatel,
I'm sorry, but I don't follow you. Please explain more in detail what you mean.
See image
Hi cnpatel,
put this PHP code in your current active theme's functions.php file
add_action('comment_form_after','print_my_html');
function print_my_html(){
?>
<div> <!-- pass HTML code here--> </div>
<?php
}
It worked, but I want to add link in the form, not after the form.
So that it can also appear in reply box.
I'm really sorry, but it is not possible yet.
We'll take this into consideration to find some solution for you.
You can do it by adding HTML form field named 'Form Description' here.
Hi cnpatel,
We've already added this in our to-do list. We'll add it in the future releases.