Hello
i want to know where i should look to delete info about comments, author and category on post and front page.
2 Answers
in DW Minion
To delete info about comments, author and category on post and front page. You can add log in to Dashboard > Appearance > Editor > Open the style.css file then add the following code:
.entry-meta .byline, .entry-meta .cat-links {
display: none;
}
.comments-link {
display: none;
}
Please login or Register to submit your answer
replied 11 years ago
[…] http://cmspioneer.com/designwall/question/remove-info-about-comments-author-and-category/ […]