• I created a Custom Menu and used the widget to place it on the sidebar. Worked GREAT! But, even though the link to the pages looks like it is active, when you click on it, nothing happens.

    What do I need to do to make them work?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    Thread Starter mjs1226

    (@mjs1226)

    I have inserted this code into the functions.php template:

    “<?php
    add_action(‘init’, ‘register_custom-menu’);

    function register_custom_menu() {
    register_nav_menu(‘custom_menu’, __(‘Custom Menu’));
    }

    ?>”

    I have discovered that I can “right” click on any of the links and it gives the options of opening. And, that works. But, you cannot “left” click and have it open.

    Thanks for any help you can give.

    Thread Starter mjs1226

    (@mjs1226)

    Sorry, need to add the page link

    Thread Starter mjs1226

    (@mjs1226)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Menu – page links don't work’ is closed to new replies.