Forums

[Plugin: Breadcrumb NavXT] Archive by category 'NAMEHERE' still showing (4 posts)

  1. MACscr
    Member
    Posted 2 years ago #

    I have all the category prefix and suffix options removed/emtpy, yet it still showing Archive by category 'NAMEHERE' in the breadcrumbs. Its driving me nuts. Where can I remove this junk?

    Im using WP 3 and Breadcrumb NavXT 3.4.1

    Thanks!

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

  2. MACscr
    Member
    Posted 2 years ago #

    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.

  3. MACscr
    Member
    Posted 2 years ago #

    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; }

  4. mtekk
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic