• Resolved chaseman

    (@chaseman)


    I’m working on a template and I’d like to have the HOME link as default as first in the navigation. As of now it’s only showing the links to the pages.

    Of course I could simply put the link to the start page right before the function wp_nav_menu(), but I think that wouldn’t be so user-friendly and efficient.

    Is there a better way to simply integrate the link into the navigation function?

    I’m just trying to check what common practice is on such a problem like this one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • jeezyo

    (@jeezyo)

    Add it in appearance->menus. Custom Link, then just add the link to your site (put a forward slash at the end) and then label it HOME. Not sure if thats what youre going for, but that’s what i do.

    Thread Starter chaseman

    (@chaseman)

    Thanks a lot, that’s how I solved this problem now.

    But I got a whole new problem, which is, the menus are showing up on top of each other and not next to each other how I would like to have it.

    jeezyo

    (@jeezyo)

    You mean its displaying vertically instead of horizontally? You need to target the css for the navigation list and display:inline;
    https://css.maxdesign.com.au/listamatic/horizontal01.htm

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add HOME Link as Default to the Navigation?’ is closed to new replies.