Hide menu in home page [NSFW]
-
Hi,
I am trying to look for a plugin that will hide the menu from appearing in the home page or in any other certain pages.
Any help will be appreciated.
-
Probably be much easier to simply hide it with CSS. If you post a link to your site someone can likely help you with that.
site is [NSFW]
Try this CSS:
.home .escortreal-nav { display: none; }BTW, next time, please mark your links to sites like this with NWFW –
http://codex.wordpress.org/Forum_Welcome#Warn_About_Adult_ContentNot a big deal for me ATM, but that’s not always the case for people helping out here :).
Thank you mate, its working. sorry about no warning of adult site is it NSFW or NWSW?
. home is that refering to the home page I choice in the admin page.
Thank you.
Sorry – it’s NSFW – Not Safe For Work.
That “home” is from the body class output – look at the HTML for the page you want to use:
<body class="home page page-id-2100 page-template-default">Other pages won’t have such a tidy class – but you can use the page specific class – such as above:
.page-id-2100 ....Thanks mate for your help i rally appreciated.
No problem :)!
would you please delete the second comment with the website url
You should be able to still (for 60 minutes).
http://codex.wordpress.org/Forum_Welcome#Deleting_.2F_Editing_Posts
thanks for your help
The topic ‘Hide menu in home page [NSFW]’ is closed to new replies.