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 .
On document page, I found your info how to remove the comment on page and post using quick edit on each page. ^^
I still want to remove the data from header of each post
As you suggested to other members, the above code didn’t work.
and also this code didn’t work
.single-post .entry-header .entry-meta {
display: none;
}
I tried this code:
span.entry-date {
display: none;
}
This code worked!!!!!!!!!!!!!!!!!!
The date disappeared on post, but I still remaind the comment number
I tried the code comment or comments instead fo date, but it didn’t work
Please~~~~~~~!