• In this blog, I have no Home link.Now I see where in the Header it is within the ‘Hide’ class. But if I remove that, of course it is just text that appears, not a menu item.
    https://www.elliemunroe.ca

    Just can’t seem to see where I can get this to show.

    Many thanks,
    Ellie

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter elliekennard

    (@elliekennard)

    That’s the right sidebar. The left sidebar is someplace else. Perhaps within header.php?

    Thread Starter elliekennard

    (@elliekennard)

    Thread Starter elliekennard

    (@elliekennard)

    Okay, I found this here:

    Display Home as a Page

    The following example causes “Home” to be added to the beginning of the list of Pages displayed. In addition, the Pages wrapped in a div element, Page IDs 5, 9, and 23, are excluded from the list of Pages displayed, and the pages are listed in Page Order. The list is prefaced with the title, “Page Menu”,
    <h2>Page Menu</h2>
    <?php wp_page_menu(‘show_home=1&exclude=5,9,23&menu_class=page-navi&sort_column=menu_order’); ?>

    I have now added the code adjusted the css and the menus are as I hoped.

    Many thanks for working through this with me, Esmi. It took a little digging on my part once you pointed me in the right direction.

    Cheers!

    Ellie

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘No "Home" menu item on my site – Andreas theme’ is closed to new replies.