Hi I tried everythings to remove the comment on the post, but I only removed the author by changing the About The Author Module/No
I really need to remove the comments and head date etc.. on post.
I unchecked everything boxs in settings > discussion as u recommend
And I put the code into the Theme Options>style> custom css
body.blog .by-author { display: none; }
body.blog .comments-link { display: none; }
body.post .comments-link { display: none; }
body.single-post .comments-link { display: none; }
.single-post .comments-link { display: none; }
.single-post .entry-header .entry-meta {
display: none;
}
and saved changed
But I still see the comment and head date etc.
Please help me .