Two problems: authors & comments
- The topic ‘Two problems: authors & comments’ is closed to new replies.
Need help? Check out our Support site, then
Hi! I was wondering about two things.
1. Is there a way to hide the “leave a comment” on the front page of the blog?
2. Is there a way to show the author of the post where the leave a comment/date is located?
Thanks!
The blog I need help with is: (visible only to logged in users)
1. Yes, it’s possible. Please go to Design > Customize > CSS and add the following CSS:
.blog .comments-link,
.archive .comments-link {
display: none;
}
2. Unfortunately, this requires modifying the theme template and this is impossible at the moment.
Thanks!
Is there a way I can access the HTML and do it myself- not just thru the CSS editor?
Unfortunately, accessing the HTML is not possible. WordPress.com platform doesn’t allow users to modify the theme files directly.