Leave a comment

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun Jan 05, 2014 12:12 am
Hi there,

How can i disable or enable the text "Leave a comment" per page?

Thnx!
User avatar
Fresh Boarder

GK User
Sun Jan 05, 2014 7:19 pm
Hello,

In the comments.php file you have to change lines:

Code: Select all
<?php comment_form(); ?>

to:
Code: Select all
<?php comment_form(array('title_reply' => '', 'title_reply_to' => '')); ?>
User avatar
Administrator


cron