Hide menu on front page

Home Forums IT Consultant Support Hide menu on front page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9908
    Melanie brummellMelanie brummell
    Member
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: July 16, 2015

    Hi,

    is it possible to hide the menu on the front page? If so, where would I do this?

     

    Kind regards

     

    Mel

    #9923
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.