Support » Plugins » [Plugin: Breadcrumb NavXT] Archive by category ‘NAMEHERE’ still showing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MACscr

    (@macscr)

    While I am here, I might as well mention that I would love it if the breadcrumb didnt include the current items title, etc. Obviously thats already on the page, so I am more looking to use the breadcrumbs as just a way to go back or to the parent page/category, etc.

    Thread Starter MACscr

    (@macscr)

    Nevermind, i just set:

    //Set the current item to be surrounded by a span element, start with the prefix
    $breadcrumb_trail->opt['current_item_prefix'] = '<span class="current_bc">';
    //Set the suffix to close the span tag
    $breadcrumb_trail->opt['current_item_suffix'] = '</span>';

    then just did:

    .current_bc { display:none; }

    You are using the wrong calling code, that’s why the settings page settings don’t affect the output. Also you aren’t using the proper settings. If you don’t want the categories to show up in the trail look at the “Post Taxonomy Display” option.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Archive by category ‘NAMEHERE’ still showing’ is closed to new replies.