Viewing 1 reply thread
You must be logged in to reply to this topic.
I have all comments turned off, yet on posts, it still shows “0 Comments” at the bottom of the post.
I need to disable or delete this, but haven’t had any luck in the support forum or knowledge base.
I also need to have a home link in the navigation menu — just the word “home” that when clicked on redirects to the home page.
Any help is appreciated.
Hello,
1-You can remove the “0 comments” with some css. Add it into your theme’s custom css box.
Try this code:
.shares_container .info li:nth-child(2) {
display: none;
}
2-To have a home page just go to General Options > Select Special Pages > Select Front Page, selct the page you want to use as home page. Then go to Appearance > Menu and add this page here as well.
Best regards!
You must be logged in to reply to this topic.