• The plugin works well. I have one issue I can’t seem to fix.

    For child pages, I have it showing as Home > The Club > About Us This is correct hierarchy. The Home link is correct. When I hover over The Club the URL is actually website.com/the-club/about-us/# When it should be website.com/the-club

    The About Us page is correctly defined as a child of The Club via the page (not just via a menu).

    Is there a way to fix this?

    https://ww.wp.xz.cn/plugins/breadcrumb-navxt/

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    By chance is “website.com/the-club/about-us/” the correct URL for the “About Us” page? If these are all posts of a hierarchical type (e.g. the page post type), then the function get_permalink($id) is being used to grab the URL, where $id is the same value used in the get_the_title($id) call. That seems to be operating correctly, so I’m not entirely sure what’s up, possibly another plugin (or other code) is altering the output of get_permalink().

Viewing 1 replies (of 1 total)

The topic ‘Breadcrumb link is not correct’ is closed to new replies.