Tks for kind reply.
Please help again.
1. Where can I find the file “generate_leave_comment” to modify?
2. Can I modify the code at host online? I can download the php file and edit by software “EditPlus 3”.
3. I am using the “Marketer” theme now, should I add the code to functions.php file?
add_filter( ‘generate_leave_comment’,’tu_custom_leave_comment’ );
function tu_custom_leave_comment() {
return ‘Inquiries & Questions’;
}
Regards
Jason
Jun.30