vinsent kim
asked 9 years ago

I just wanna delete e-mail and web site form also time. just comment
I just needs Name and comment.

1 Answers
DominicStaff
answered 9 years ago

Hi,
You can add the following code to the style.css file:

.single-post .comment-form-email {
  display: none;
}
.single-post .comment-form-url {
  display: none;
}

Hope this helps !

kim vinsent
replied 9 years ago

how about commend date time? just commend time. wanna delete!

dominic Staff
replied 9 years ago

You can open the template-tags.php file in the folder path "wp-content > themes > dw-minion > inc". Find the line 60.
Replace the following code: <?php printf( _x( '%1$s at %2$s', '1: date, 2: time', 'dw-minion' ), get_comment_date(), get_comment_time() ); ?>

With new code: <?php printf( _x( '%1$s', '1: date', 'dw-minion' ), get_comment_date() ); ?>
Hope this helps !

kim vinsent
replied 9 years ago

Thank you so much 😉

Powered by DW Question & Answer Pro