• tlucht

    (@tlucht)


    Hello,
    I am trying to add a sub menu to the main navigation at the top of the page:
    Services—>Integrated Marketing
    Here:
    https://www.vsamarketing.com/

    I’m taking over from somebody’s previous WP. So I don’t think it would be safe to do it thru “appearance>menus” etc. And they hand-coded some of the menus in the header php file.
    But when I echo out a new link/page etc. I receive an error message.
    Here’s my new link:
    <li><a href="<?php echo get_permalink(2680); ?>">vSAccess</a></li>

    Adding to this:

    <a href="<?php echo get_permalink(25); ?>">Integrated Marketing</a>
    <ul>
    <li><a href="<?php echo get_permalink(1700); ?>">vSALaunch</a></li>
    <li><a href="<?php echo get_permalink(25).'#green-marketing'; ?>">Green Marketing</a></li>
    </ul>

    I receive this error message:
    unused

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

  • The topic ‘Custom Sub Menus’ is closed to new replies.