Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter poelman

    (@poelman)

    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 1 replies (of 1 total)