How do I hide the blog tab/page?
-
I’m using WP.com as a cheapie CMS for a basic website: http://hrfkeating.com/
My client decided they don’t want the blog on there, since they won’t be able to post regularly. So I need to hide both the blog tab and the page itself.
Does anyone know the correct CSS needed to hide them? For the tab, I see that the div id is “menu” and the li class is “page_item page-item-20”, but am not sure how to keep them from showing up in the navigation bar.
Normally I would love to play with the code and figure out how to do it myself, but I am in the middle of moving and just need to get it figured out quickly! Thank you for any help you can give.
The blog I need help with is: (visible only to logged in users)
-
You can hide the blog page by making it a child of another page. Open the blog page in the page editor and in the attributes section, select another page as the parent, such as the about page, and then click “update page.”
-
Great, thank you! Is there a way of hiding it altogether, or is that the only way to do it?
-
You can try making the blog page “private” but I don’t know what kind of unintended consequences that might have. Edit the page and make it private and give it a try.
- The topic ‘How do I hide the blog tab/page?’ is closed to new replies.