Removing Author & Categories
- The topic ‘Removing Author & Categories’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Thanks for building this theme. I would like to remove the author and categories — but retain the posting date — for my blog posts.
I also would like to remove the “Leave a Comment” bits on this page.
Would you be able to help me with this?
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
Hi Mike,
Sorry for the delay.
To remove the comment link use this custom CSS:
.blog .entry-footer {
display: none;
}
As for removing the author and categories, I’m afraid that is not possible without removing the date as well.
Thanks!