Hello!
I want to hide the recent comments on the right sidebar on my blog page (I want to keep comments on the actual blog posts), and want to include the categories instead.. for some reason they are hidden. How can I do this?
Hi zochagroup!
you can hide the recent comments with this code:
section#recent-comments-2 {
display: none;
}
If you want to hide only on a specific page you can include page-id into the code.
Regards,
Andy
Great, thanks!