- This topic has 1 reply, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › IT Consultant Support › Hide menu on front page
Hi,
is it possible to hide the menu on the front page? If so, where would I do this?
Kind regards
Mel
Hi Mel,
What do you mean by hiding menu on front page? Means the navigation from header should not show?
You have to add a php conditional tag like: https://codex.wordpress.org/Function_Reference/is_front_page
if is_front_page then menu won’t show else it will display.
If you know php can do this, if not suggest not doing it on your own.
Regards,
Shri
