Title: Breadcrumb Navigation XT problem
Last modified: August 19, 2016

---

# Breadcrumb Navigation XT problem

 *  [poelman](https://wordpress.org/support/users/poelman/)
 * (@poelman)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-navigation-xt-problem/)
 * Hello,
 * I installed the plugin “Breadcrumb Navigation XT”.
    Now you can see the navigation
   of the website in te header.
 * For example I see:
    Navigation: Weblog / Instrumentenverhuur / Klassiek gitaar
   verhuur
 * The problem is, why you see here “Weblog”? How can i change this to “home” for
   example?
 * Thx!!!!!

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

 *  [madaise](https://wordpress.org/support/users/madaise/)
 * (@madaise)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-navigation-xt-problem/#post-1119655)
 * Hey poelman, go to the code you placed in your header. Part of the code asks 
   the home title – it’s probably default to “weblog”.. just change that to your
   sites name.
 * Here’s what I changed:
 * //Set the home_title to Blog
    $breadcrumb_trail->opt[‘home_title’] = “Momma Muse”;
 *  Thread Starter [poelman](https://wordpress.org/support/users/poelman/)
 * (@poelman)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-navigation-xt-problem/#post-1119920)
 * Nope,
 * The code I placed there is:
 *     ```
       <?php
       if (class_exists('breadcrumb_navigation_xt')) {
       // new breadcrumb object
       $mybreadcrumb = new breadcrumb_navigation_xt;
       // Display the breadcrumb
       $mybreadcrumb->display();
       }
       ?>
       ```
   
 * Even when I add:
    //Set the home_title to Blog $breadcrumb_trail->opt[‘home_title’]
   = “Momma Muse”; to the code it wil not work.
 * Thx!

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

The topic ‘Breadcrumb Navigation XT problem’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [poelman](https://wordpress.org/support/users/poelman/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/breadcrumb-navigation-xt-problem/#post-1119920)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
