Piotr P.
asked 11 years ago

Hello

 

i want to know where i should look to delete info about comments, author and category on post and front page.

 

 

2 Answers
Piotr P.
answered 11 years ago

in DW Minion

DominicStaff
answered 11 years ago

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;
}
Powered by DW Question & Answer Pro