Title: [Plugin: Breadcrumb NavXT] Wrong HTML output
Last modified: August 20, 2016

---

# [Plugin: Breadcrumb NavXT] Wrong HTML output

 *  Resolved [blatantlyflies](https://wordpress.org/support/users/superaktieboy/)
 * (@superaktieboy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/)
 * I’m getting the following HTML output:
 *     ```
       <li class="breadcrumb bc-site-home"><a href="http://hosh.info" title="Go to Home.">Home</a></li><li class="breadcrumb bc-bug-library-bugs-root post-bug-library-bugs"><a title="Go to Bug Tracker." href="http://hosh.info/bugs/">Bug Tracker</a></li><a title="Go to Menu Management Enhancer." href=""><li class="breadcrumb bc-bug-library-products"><a title="Go to the Menu Management Enhancer Products archives. test" href="http://hosh.info/bugs/products/mmenhancer/">Menu Management Enhancer</a></li></a><li class="breadcrumb bc-post-bug-library-bugs current-item bc-no-link">Test some issue</li>
       ```
   
 * Which when shown properly translates to:
 *     ```
       <li class="breadcrumb bc-site-home"><a href="http://hosh.info" title="Go to Home.">Home</a></li>
       <li class="breadcrumb bc-bug-library-bugs-root post-bug-library-bugs"><a title="Go to Bug Tracker." href="http://hosh.info/bugs/">Bug Tracker</a></li>
       <a title="Go to Menu Management Enhancer." href="">
       <li class="breadcrumb bc-bug-library-products"><a title="Go to the Menu Management Enhancer Products archives. test" href="http://hosh.info/bugs/products/mmenhancer/">Menu Management Enhancer</a></li>
       </a>
       <li class="breadcrumb bc-post-bug-library-bugs current-item bc-no-link">Test some issue</li>
       ```
   
 * As you can see it somehow adds an extra anchor for no reason.
    I’m using the 
   latest version..
 * It’s probably a bug? If you need more info let me know.
    For the configuration
   everything is same except: I’ve added `<li class="breadcrumb bc-%type%">` and`
   </li>` to all the templates And Current Item > Paged Breadcrumb has been selected.
 * And I’m using the latest stable version.
 * Hosh
 * PS: It would be good to add some actions/filters to all elements and a prepend
   and append text/html feature.
 * [http://wordpress.org/extend/plugins/breadcrumb-navxt/](http://wordpress.org/extend/plugins/breadcrumb-navxt/)

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/?output_format=md)
2

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/page/2/#post-2949568)
 * Seems that I inadvertently broke something regarding the migration script, I 
   have ‘reset’ settings in my testbed now too. I’ll look into this.
 * As for non-public types, those will be hidden (with ability to show via a filter)
   in the next version (working name/branch ‘actor’).
 *  Thread Starter [blatantlyflies](https://wordpress.org/support/users/superaktieboy/)
 * (@superaktieboy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/page/2/#post-2949572)
 * Cool! I should get updates once they’re pushed to github so I’ll keep you up 
   to date. If I find any more bugs, I’ll submit a new issue on Github.
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/page/2/#post-2949574)
 * Sounds good. BTW, I have been developing out of the ‘actor’ branch so you may
   want to pull from that for the absolute latest. When things are solidified it
   will merge back into master (within a week or so).

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/?output_format=md)
2

The topic ‘[Plugin: Breadcrumb NavXT] Wrong HTML output’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 18 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-breadcrumb-navxt-wrong-html-output/page/2/#post-2949574)
 * Status: resolved