• One of my new clients has a customized worpress theme where the menu is not being controlled through the “Appearance”-“Menus” but rather somewhere in the HTML. I found the “top navigation” in the header.php of the editor..but cannot figure out how to add new tabs and subtabs to the menu! I have read other forum postings with no luck…please help! The site is https://www.dermmedispa.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is the menu generating through a function or is the menu static HTML?

    Thread Starter RickyShockley

    (@rickyshockley)

    No idea andrew…the only place I found it was in the header.php of the editor. Here is the code i found..but it doesn’t seem to change anything when i edit it!
    ` <div class=”topnavigation”>
    <?php displayMenu(1); ?> <!–<ul>
    <li class=”active”><a href=””>Home</a></li>
    <li><a href=””>About Us</a></li>
    <li>
    <a href=””>Products</a>
    </li>
    <li><a href=””>Patients Resources</a></li>
    <li><a href=””>Contact Us</a></li>
    </ul>–>
    </div>`

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you Pastebin.com the contents of this function, displayMenu()?

    Thread Starter RickyShockley

    (@rickyshockley)

    Hi Andrew, I dont see any function in the code for DisplayMenu…

    The person who made the site was using the wordpress twenty ten theme but has customized it heavily. The entire header is customized and as I mentioned before, I can’t figure out how to control that menu……

    Thank you for your continuing help!

    Thread Starter RickyShockley

    (@rickyshockley)

    Still looking for help on this….it would be much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Menu’ is closed to new replies.