Title: Bootstrap breadcrumbs
Last modified: August 31, 2016

---

# Bootstrap breadcrumbs

 *  Resolved [amparker8](https://wordpress.org/support/users/amparker8/)
 * (@amparker8)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bootstrap-breadcrumbs/)
 * Since our site uses Bootstrap, I would like to use the Bootstrap breadcrumbs.
   Changing the template each individual breadcrumb uses is simple enough, but I’d
   like to substitute out <div class=”breadcrumbs”> for <ol class=”breadcrumb”>.
   Is there a better way to do this than to use $returnedHTML= bcn_display(true)
   and then run a search and replace on the returned HTML?
 * [https://wordpress.org/plugins/breadcrumb-navxt/](https://wordpress.org/plugins/breadcrumb-navxt/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bootstrap-breadcrumbs/#post-7243118)
 * `<div class="breadcrumbs">` is not output by the plugin, unless you are using
   the widget. So, if you are not using the widget, just change the `<div class="
   breadcrumbs">` in your theme to whatever you want.
 * If you are using the widget, you will need to create your own output format for
   the widget. You can use the `bcn_widget_display_types` and `bcn_widget_display_trail`
   filters to do this. An example of how to do this is in the Breadcrumb NavXT Multidimensional
   Extensions plugin: [https://github.com/mtekk/Breadcrumb-NavXT-Multidimension-Extensions/blob/master/breadcrumb_navxt_multidim.php#L121](https://github.com/mtekk/Breadcrumb-NavXT-Multidimension-Extensions/blob/master/breadcrumb_navxt_multidim.php#L121)
 *  Thread Starter [amparker8](https://wordpress.org/support/users/amparker8/)
 * (@amparker8)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bootstrap-breadcrumbs/#post-7243172)
 * Thanks John.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bootstrap breadcrumbs’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [amparker8](https://wordpress.org/support/users/amparker8/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/bootstrap-breadcrumbs/#post-7243172)
 * Status: resolved