• EPGtest

    (@epgtest)


    I am using PixoPoint Multi-level Navigation Plugin, with the top level tag with child page, I want it to be non clickable, where should I modify the code, I was change the legacy.php, but without any luck.

Viewing 1 replies (of 1 total)
  • Ryan Hellyer

    (@ryanhellyer)

    If it’s a child page, then you would need to do some funky PHP gymnastics to make that non-clickable. The page are generated via the wp_list_pages() which outputs the link by default.

    I recommend switching to the built in system within WordPress instead of that plugin, then you can use a custom link with a URL of # to make that parent page non-clickable.

    That plugin is very old and I don’t recommend using it anymore. I’m simply maintaining it (I’m the original developer of it) as many people still have it running on old sites that haven’t been upgraded yet.

Viewing 1 replies (of 1 total)

The topic ‘PixoPoint Multi-level Navigation Plugin tab non clickable’ is closed to new replies.