Documentation
Notice: This document, in the next few weeks, will undergo a transformation from documenting the core classes of Breadcrumb NavXT to providing usage examples for Breadcrumb NavXT. Information regarding the core classes is available in the source code (nearly every line of code has an accompanying comment line). Users interested in the inner workings of the core classes should check out the Trac browser for the Breadcrumb NavXT Trunk.
Table of Contents
Using Breadcrumb NavXT
Using the Settings Page
Breadcrumb Templates
Introduced in version 4.0.0, breadcrumb templates replace the anchor templates and the prefix and suffix settings. These templates accept HTML, and the following dynamic tags:
- %title% The title for the breadcrumb, typically the page title/name, tags are stripped and it is run through
esc_attr(). - %htitle% The title for the breadcrumb, typically the page title/name, tags are left intact.
- %link% The URL to the resource (page) that the breadcrumb represents.
- %type% The breadcrumb type. This is output as a comma delimited list, useful for setting as a group of classes for styling.
Using the Widget
Since version 3.0.0, Breadcrumb NavXT has shipped with a built in WordPress sidebar widget. In Breadcrumb NavXT version 3.5.0 the included widget was rewritten and is multi instance capable. The widget allows you to place a breadcrumb trail in your theme without touching any of your theme’s files. Since Breadcrumb NavXT has a two different display functions (bcn_display() and bcn_display_list()), along with three input variables for these functions ($return, $linked, $reverse), the widget has a few settings available to the user.
Currently, the following settings are available:
- A field to enter a title for the output widget, this works just like the title on any other widget.
- Whether to output the trail as a list or not. If checked, the output trail will be placed in an unordered list, with each breadcrumb belonging to its own list element.
- Whether to link the breadcrumbs or not. If checked (default), each of the breadcrumbs in the breadcrumb trail will have a hyperlink.
- Whether to reverse the order of the trail or not. If checked, the breadcrumb trail will be output in reverse order (the leftmost breadcrumb (or first breadcrumb in a list output) will be the breadcrumb for current page).
- Whether to hide the trail on the front page or not. If checked, the breadcrumb trail for the front page of your site will not be displayed (e.g. when is_front_page() evaluates to true).
The widget still uses the settings values specified in the Breadcrumb NavXT settings page to define its behavior while filling the breadcrumb trail.

Hi John,
Excellent plugin! I’m using it on a multisite installation, and am trying to figure out how I might add variables to the custom post type so that the name of the blog shows up in the trail:
Network home > Blog 2 > Category 1 > Post 1
Am I missing something, or maybe this doesn’t exist yet? Any help would be greatly appreciated!
-jennyb
Jenny,
Look at the “Home Title” setting under the “General” tab on the Breadcrumb NavXT settings page. You’ll have to manually enter the site’s name, but it will allow you to change from “Blog” to anything for the site home.
-John Havlik
Hi John,
Just left you the same message on another page because I was having trouble finding this one! So please just ignore!
Got it, however, it would be *awesome* if we could instead enter a variable, as this would alleviate the task of having to hand name each site. I would *love* that to be an automated task! Doesn’t seem like it should be difficult…? Ideas? You game?
Thanks!
-jennyb
Jenny,
There are plans for improved features/support for multi site setups in a future release (a network admin dashboard). I had originally said 4.0, however, there are other things I really need to get done for 4.0, so it is looking like it is going to get bumped. I’m not going to guarantee anything for 4.0, but it could be fairly easy to add a tag in for the site name in the settings (doing a settings revamp).
-John Havlik
Hi mtekk,
first of all, your plugin is awesome! now, i need to hide a category…for example:
home > parent cat > child cat > child child cat
i need to hide the first child category, or just disable the link at least. Can you help me?
There isn’t an easy way to do this. I strongly suggest you re-evaluate your site hierarchy and investigate the use of tags and custom taxonomies to supplement the category taxonomy in order to eliminate the need for a hidden category.
-John Havlik
Thanks for reply! sadly i can’t use tags as you told me because i already used for other things. Do you think is it possible at least deleting the link of the child category page?
I have a similar question. Can I have parent pages not link. So it is visable, but inactive. This is because the parent page just creates the menu, and has no content.
home > parent > child >
Hi mtekk,
Your plugin is so great, so easy to use.
But I can’t to do one thing and I wonder if that’s possible, if you could tell me.
For the page “Blog” which is showing the posts, when I select a category for the posts, the breadcrumb isn’t set.
I would like to have on this page : Home > Blog > category.
How could I do that ?
My homepage is a static page. It’s working everywhere perfectly.
Thanks a lot
i’ve resolved it with custom taxonomies! you were right! i didn’t know this wordpress feature, it’s awesome! thank again for support and the suggestion!
there is a good tutorial to use it, enjoy! Custom Taxonimies in wordpress 2.8
Hello,
Breadcrumb NavXT don’t work correctly with the plugin bbpress.
Bbpress have also a breadcrumb that can show :
Home › Forums › Title of one forum › Title of the topic
and Breadcrumb NavXT show only :
Home › Topics › Title of the topic
But that’s work correctly on the other ways :
Home › Forums
Home › Forums › Title of one forum
David,
This does not surprise me. The new bbPress plugin uses custom post types, which is cool. However, if I remember correctly, both “Topics” and “Forums” are custom post types. This is problematic with WordPress’ custom post types which are not really meant to be used in a linked-list fashion that bbPress uses them in (not saying this is wrong, just WordPress doesn’t really support it).
I haven’t had time to see what they are doing to generate their breadcrumb trail for the forums. But, I have a feeling that they have the luxury of knowing exactly how they are doing things and only worrying about themselves. I am very reluctant to add code to Breadcrumb NavXT to support a specific plugin. Not only can it add a ton of cruft, it also ties me to the release cycle of another plugin in addition to WordPress.
All of that said, it may be possible to setup some settings with what will be in 4.0/4.1 to get Breadcrumb NavXT to display as expected. But that still depends on how bbPress is doing things internally (which I need to check up on).
-John Havlik
we have install your Breadcrumb NavXT plug in and this is how it works!
home > page >1
that is it!
we want Home > page > Current page>
is that possible?
Oz,
Can you provide me with a link to an example site that has this issue?
-John Havlik
if your menu uses posts instead of pages e.g.
Home > Page > Post
you can try putting this in the post prefix text feild on the posts&pages tab
<a href="history.go(-1)" rel="nofollow">Back</a> >worked for me
Dear John, my crumbs pick up the path on one menu item but not another. Cannot figure what I am missing here, please could you give a pointer.
Full path (what we want)
http://manavodaya-uk.org.uk/courses/course-september-2011/
Home and page only (missing parent)
http://manavodaya-uk.org.uk/eight-steps-in-action/
Many thanks, Henry
Humble apologies, works a treat when page parent is set. Great xtension many thanks.
Hi,
love the plugin! one issue I’m trying to work thru though.
I’m using categories to structure my pages/posts.
So, I’m displaying the categories in the breadcrumb trail.
But I’m not actually using the category archive templates.
My breadcrumb trail looks like this (when your on a single post page):
Products > Microphones > 46A.E.
The problem is the two parent categories (Products, Microphones) link to the category archive templates (‘www.example.com/category/products/microphones/’) but I need it to link to the page (‘www.example.com/products/microphones’).
How do I fix this?
Is there a way call %link% and trim ‘/category’ from the beginning of it?
Thanks!
Brian,
The way to fix it is to use category archives. The other way to fix it is to figure out how to set the archive page as the parent of the post, and then select “pages” as the taxonomy for posts (this mapping is not a trivial task, and not for inexperienced programmers).
-John Havlik
Hi , this is really great plugin ! thanks for sharing it . I have one question – I like to use it as a “client section navigation”
So I need to always show whole client menu
If i have menu :
Client 1
-client1_child1
-client1_child2
-client1_child3
And Im on page “client1_child2″
I need to see
Home> client1 > client1_child1 > client1_child2 > client1_child3
always listed .
It is possible ?
Many thanks
Mike
Mike,
If you want to see Home > client 1 > client1_child1 > client1_child2 > client1_child3 then you must have client1_child3 be a child of client1_child2, which must be a child of client1_child1, which must be a child of client1. Remember, locational breadcrumb trails imply hierarchy, using them in any other manner is confusing to the user.
-John Havlik
John Thanks !
Sir,
How to add microdata / Rdfa or Rich Snippet to the breadcrumbs….
Thanks
Dakshim,
Look at the Schema.org page for Webpage microdata. They have an example for breadcrumbs. All you have to do is add the top of page declaration for following schema.org’s rule set and the itemprop for breadcrumbs on the div containing the breadcrumb trail.
Google’s RDFa/microdata breadcrumbs have been deprecated in favor of the simpler schema.org microdata format.
-John Havlik
Hi,
Thank you for a great plugin!
I have a question regarding using it with AJAX .
In one place in my site (under a certain category) I get posts using AJAX. In the method that returns the HTML, I call bcn_display(), but it only returns the root of the site, and not the whole path to the post.
What can I do in order to make the display function aware that its location is within a single post?
Thank you
Lea,
This is probably due to the way you are handling the AJAX request on the server side. If you are making your requests against the root page of the site, and are not setting the WordPress conditionals, Breadcrumb NavXT will think you are on the front page of the site. The way to fix this is to request the same URL as if you did not have AJAX for loading the page (a good thing to do in the event the user has JavaScript disabled). Then, make sure to hook in after the WordPress conditionals are set, but the page/headers hasn’t/haven’t been sent yet.
-John Havlik
Thank you very much!
Mtrekk,
Back in June there was this question but I couldn’t find an answer to it …
I can see how to remove the front page from the list but is there a way to remove the current page from the list if it is a top level element?
Thanks for a great plugin!
Daniel
Daniel,
You are talking about removing the current item from the breadcrumb trail? This question is covered in the Breadcrumb NavXT FAQ (the official response to all requests relating to items already in the FAQ).
-John Havlik
Hi,
Many thanks for providing wonderful plugin. I am novice and yet I could add it to the site. But I have one concern.
The breadcrumb is appearing three spaces below menu bar and just above the page heading. Would you please suggest the way. Another thing I liked in this site the way breadcrum is given colors red and black. Where do I have to make changes?
Thanks for your help.
ASR
Hi,
I got the code for changing the colors and padding to get breadcrums as I requested from one of the posts on this site. It resolved the issue.
Once again my thanks for your your work on this widget.
ASR
Hello John, awesome plugin. I’d like to run just a small setting or bug issue through you with Custom Post Types and the “Custom Rewrite Slug”. My Custom Post Type is “News”
I have a setup list this:
company.com/about/news/individual_news_title
where news is a custom archive page (archive-news.php)
I’ve set the “Custom Rewrite Slug” to “about/news”
“company.com/about/news/” shows the archive but the breadcrumb shows
“Home > news” while individual posts show correctly
“Home > About > News > The Custom Post Type New Title”
How to get Breadcrumb NavXT to correctly show the breadcrumb as in the slug? I mean “Home > About > News” for the archive page?
thanks in advance.
Dave,
Thanks for pointing this out. You probably want to give the SVN trunk version of Breadcrumb NavXT a try. I just made a change that fixed this on my testbed. The plan is to include this fix in Breadcrumb NavXT 4.0.
-John Havlik
Hi John, thanks for the suggestion. I guess I’ll live with the problem for now and wait ’till version 4.0 is out. I’ll just make a if / else statement on that particular page and output the breadcrumb manually. (If *this page* output a hand-coded breadcrumb).
Looking forward to version 4.0!
John,
Thanks for building what looks to be a great plug in. So far, however, I’m not able to have the breadcrumb reflect the proper path. Maybe I just haven’t set it up correctly.
Currently, the site url on which I would like the breadcrumb to reside exhibits: Home > PageTitle > Category > Category Name
My current setup gives me only this: Home > PageTitle
I’d like the breadcrumb to exhibit PageTitle > Category Name.
I know how to remove the home page from the display, but I can’t get the Category Name to display.
In regards to my intended use of the breadcrumb (a job board), I would prefer the Home page actually be an internal page which exhibits all of my category items (in my case a list of all available jobs). The Page Title link should filter out all data except the information relevant to a specific category (for example…a list of jobs under a specific category.)
So, I’m hoping the breadcrumb can look something like this:
You are currently browsing: All Jobs > Accounting/Finance
Thanks for any help you can provide.
Mark,
From what I can tell, you are using a page post type as an archive page and are have some extra code to pull in content. Breadcrumb NavXT will probably not work as you want it to in this type of a setup. It will figure out you are on a page post type, and just display the name for that page.
If you want the additional information, you need to change how that page is setup so it is an actual archive page type (maybe use a custom post type for the postings). Then there will be a few settings to adjust for Breadcrumb NavXT, but you should be able to do what you want then.
-John Havlik
I tried to use Breadcrumb NavXT, I opened link to current item, but I found that the link to current item is always to home page, how can I change it?
Tiger,
Prior to Breadcrumb NavXT 4.0, the current item link is just a blank anchor. This is meant to exploit the behavior of most web browsers, which will fill in the correct URL. In Breadcrumb NavXT 4.0, an actual URL will be generated.
-John Havlik
Hi John,
I have installed your plugin on my website http://www.native.ae and all is working fine, except on the Home page where the breadcrumb Home menu/text is showing above the “Integrated Security” section.
Please advise how to remove (or hide) it from the website’s hope page.
Thanks
Zed,
Use something along the lines of:
if(function_exists('bcn_display') && !is_front_page()){
bcn_display();
}
as your calling code. That should prevent the breadcrumb trail from appearing on the home/front page.
-John Havlik
thx for this great plugin. But I have troubles to design it. Tried your ccs example, but the plugin don’t use a css class. Maybe I didn’t unterstand something or doing something wrong? Maybe you can help me.
thx
I’d like to display the breadcrumb trail, and then below that the page title. This is what I currently have:
Crumb > Crumb > Title
—————————–
Page content…
This is what I’d like:
Crumb > Crumb > Page title
—————————–
Page Title
—————————–
Page content…
I’ve looked through the code, but don’t quite see how to accomplish this.
thanks for any help.
Tim
Tim,
If the breadcrumb trail is being produced properly, e.g. the Crumb > Crumb > Title, I’m not sure how the rest is related to the plugin. This is something I think you need to modify in your theme (possibly adding a call to
the_title();in an appropriate place within the loop).-John Havlik
Hi,
Thanks for a great plugin!
Just one thing I cannot get working.
I’d like to add a couple of words (unlinked) before Home, like:
This is a breadcrumb: Home > page > page
How do I do that?
Thank you
@mat, try this…
<div class="breadcrumbs">
Currently viewing:<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
Hi there,
I have just installed Breadcrumb NavXT. And its working fantastic. Thanks for nice plugin. However, I have got a little problem. The breadcrumb links are placed exactly to the left of the window instead of the location where the Menu or body of the text starts form the left alignment. I think I am making you confused. If you visit this website http://www.beaconinstitute.co.uk – you can understand what I am trying to mean.
I have placed the Breadcrumb codes inside header.php.
Can you please help me out?
Many thanks
Muhammad,
You are going to need to style the .breacrumbs CSS class so that it is in line with the rest of the content.
-John Havlik
Hey, great plugin!
I’m wondering which parameters the Post Template accepts? I’m wanting to pass what I have named the menu label, not the whole page title. I’m using custom fields and adding menulabel from the Page Menu Editor as custom field. Is this possible?
- Hans Magnus
Hans,
Look at the top of the first page of the documentation for a list of the currently available tags available within the Breadcrumb Templates and what each of the tags does.
-John Havlik
Hello John,
Thanks for your plug in, which works well. I just want to adjust the type size to be smaller. I’ve had a look at your ‘CSS styling’ tip above and adjusted the font size to 0.5 em – which I assume will make the breadcrumb font 50% smaller than the body text, but it seems to make no difference.
The code in the ‘Edit plug ins’ window looks like this:
font-size: 0.5em;
color: #fff;
margin: 20px 0 0 7px;
position: relative;
float: left
I’m a complete novice at this kind of thing, so I may be trying to edit the code in the wrong place or something even more fundamentally stupid.
Could you help me out if you get a moment?
thanks
Ash
Ash,
Don’t edit the plugin files. The CSS you edited is part of the help text. You need to add the CSS to your theme’s style.css file.
-John Havlik
I am using alltuts theme by site5 for my website. I activated the plugin but when I check the breadcumbs in preview tool they are not visible.. Please tell me what exactly need to do for my theme.?
Tushar,
Honestly, I don’t know anything about that theme, and I really don’t have time to get up to speed with it. I have no clue if it advertises support for Breadcrumb NavXT, or if you have to use the Breadcrumb NavXT Widget, or call the plugin using the “basic usage” code. Most likely you’ll have to use one of the normal methods of calling Breadcrumb NavXT.
-John Havlik
How can you put “You are Here” in front of the breadcrumb trail?
Thanks
Mike,
The easiest is probably to just include it as text in front of your calling code, e.g.:
<div class="breadcrumbs">You are Here: <?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
-John Havlik
Hi John,
This has been the best plug-in that I have seen for Breadcrumbs that allows for custom post types.
I have been able to get most of the pages I am working with to correctly display the crumbs but I am running into 2 areas that I can’t get to work. I am also developing locally so I will try to explain the circumstances as best I can.
First:
I have a custom post type that has two taxonomies and categories in those taxonomies. Everything is displaying correctly unless a link to a taxonomy category is clicked on and there are no posts for that category. So when the “nothing found” page appears the breadcrumbs appear as:
Home » » “custom post type” » “taxonomy name”
It’s missing the root page that was defined on the settings page for the custom post type, hence the space between the two separators. Is this a bug or is there something I need to tweak?
Second:
I am using a plug-in called Event Calendar Pro for showing events I have had to alter the core of that plug-in a bit to allow for archive pages on some of its post types so that the check box is available on your plug-in settings panel. But there are two instances that are not appearing on your settings page so I have had to manually place breadcrumbs by adding this to the header.php file:
<div class="breadcrumb">
<?php
if(tribe_is_day() ) {
echo 'Home » Training » Training for - date';
} elseif (tribe_is_month() ) {
echo 'Home » Training » Monthly Training Calendar';
} else {
if(function_exists('bcn_display'))
bcn_display();
}
?>
</div>
This is not the ideal situation by hard coding the crumbs in but it works for now. My question is if you have any thoughts as how to get these views to appear in the settings page for you plug-in? When I don’t hard code the template I only get the “Home” link to appear.
Thanks
Ken,
For the first one, while you probably don’t want to link to empty taxonomy term archives (though I can see some valid reasons why you would). It isn’t behaving correctly right now (if you have WP_DEBUG enabled it’s throwing some PHP warnings). I’ve added this to my pre release test list, and expect this to be fixed in the next release (4.1.0, sometime in late March/early April). Though the fix will hit the SVN trunk/development version much sooner (probably next week).
It looks like the Day and Month (probably Week and Year if they have them) archives aren’t working quite as expected for the events, correct? What are you getting without the custom switcher (the tribe_is_month / tribe_is_day branches)? I don’t think these are going to show up as taxonomies or CPTs as they are probably just date archives (which would require a slightly different fix depending on what normally shows up), but I could be wrong.
-John Havlik
John,
Thanks for the reply. I will look for the for your future updates.
In regards to the second issue I was having from above. You might be correct that they are probably date archives. Without any mods I was only getting the “Home” link to appear on those pages.
Here is my final mods to the header tag to get the correct breadcrumb:
if(tribe_is_day() ) {echo '<a href="' . home_url( ) . '" title="Go to Home.">Home</a><span class="breadcrumb-separator"> » </span><a href="' . home_url( ) . '/training/" title="Go to Training.">Training</a><span class="breadcrumb-separator"> » </span><a href="' . home_url( ) . '/events/month/" title="Go to Monthly Training Calendar.">Monthly Training Calendar</a><span class="breadcrumb-separator"> » </span>' . wp_title('',false) . '';
} elseif (tribe_is_month() ) {
echo '<a href="' . home_url( ) . '" title="Go to Home.">Home</a><span class="breadcrumb-separator"> » </span><a href="' . home_url( ) . '/training/" title="Go to Training.">Training</a><span class="breadcrumb-separator"> » </span>Monthly Training Calendar';
} elseif (tribe_is_event() && !tribe_is_day() && !is_single() && !is_tax('tribe_events_cat','regional-training') && !is_tax('tribe_events_cat','web-based-training') ) {
echo '<a href="' . home_url( ) . '" title="Go to Home.">Home</a><span class="breadcrumb-separator"> » </span><a href="' . home_url( ) . '/training/" title="Go to Training.">Training</a><span class="breadcrumb-separator"> » </span>Upcoming Training Events';
} else {
if(function_exists('bcn_display'))
bcn_display();
}
It’s not ideal having to use the switches but it’s a workaround for now. If you are interested in seeing their plug-in here is the link: http://tri.be/wordpress-events-calendar/
If you have any suggestions on getting this to work natively then I am all ears.
Hi!
Thanks for a great plugin.
I have one wish I hope is possible. Instead of showing the page titles in the breadcrumb, is it possible to show the title from a custom menu?
-Tommy-
Tommy,
There isn’t a strong correlation between the custom menu and actual posts. Something like this would be implemented as an add-on/extension plugin for Breadcrumb NavXT. I won’t be able to work on such a plugin for another month or so.
-John Havlik
Hi John!
thanks for this great plugin!
I set it up on my website and for pages is really ok but I can set up the Breadcrumbs in posts; I would like to have this configuration:
HOME > BLOG (blog page title) > “title of the post”
How can I configure the plugin?
Thanks for your help!
Sauro
Sauro,
Set a “front page”, set a “page for posts” in the WordPress settings under Settings > Reading. Then in the Breadcrumb NavXT settings, make sure “Blog Breadcrumb” and “Home Breadcrumb” are checked.
-John Havlik
Hey Jon,
By the way I love the plugin, very cool! I just have one issue, and that is that I want to disable the display of the page title without affecting the breadcrumbs, e.g.
Currently viewing: Home > Psychotherapy (I want this displayed)
Psycholotherapy (Page Title (I don’t want this displayed because I will add my own to the body))
(Body)
Actually I was able to figure it out. Thanks anyway
Hi,
My posts are listed in several categories.
Is it possible to have several breadcrumbs ?
e.g :
Parent_1>Child_1>Post
AND
Parent_2>Child_2>Post
Thanks for your help
Hi! I have the problem please if anyone can help, I’m building site with music videos, i used categories for genres like (rock, electronic etc..) and used tags for “sub genres” like in “electronic” category there are tags “house,dubsteop “etc..
my current breadcrumbs look like this :
Home -> Electronic – > Chemical brothers – out of control
is id possible to do it like this?
Home – > Electronic – house -> Chemical brothers – out of control
please help. thank you!
Lovro
Lovro,
Is there a reason why you aren’t using subcategories for sub genres? That’s what categories are hierarchal for this very reason.
-John Havlik
Hi John,
i know, sounds strange, I’m using plugin “widget logic” so when you go to the main drop down menu (it contains 10 musical genres) and select for example rock category, under the drop down menu there are tags (punk rock, progressive rock etc…) its just too many subcategories to display them at the same time so i decided to use tags for that. I hope it makes some sense
hey you code place single.php or what? plesae info and share
Hello John,
When I add .breadcrumbs CSS class to (default Twenty Eleven theme) style.css breadcrumbs links stop working. They show in page but dont linking.
But then i delete this class from style.css, breadcrumbs links work again perfect.
p.s. Thank for great plugin. Plugins works perfect.
Anyone know how I can go about having the breadcrumb show on the frontpage? I am using a static frontpage called frontpage which shows how I would like on all other pages except for the front.
Auch07,
The breadcrumb trail for the front page will only show the name of the front page, and should show up using the default settings as long as you placed the calling code in the correct location/file. This is assuming you are using the default calling code and that you are not wrapping it with something that checks
is_frontpage().-John Havlik
Dear John,
thank for the great plugin.
But I need some more help with it.
I assign multiple parent categories to posts.
Your plugin seems to choose one randomly, and not display the other ones?
example. the post is assigned with those categories :
- 1/35 (child category of the parent “scale” )
- Finished Models (parent)
- Armour kits (child of “finished models”)
- United States (child of “Countries”)
In this case the breadcrumb of the post is : Home > Scale > 1/35
but I want it to be: Home > Finished Models > Armour Kits
Spent hours on it already but cant seem to find a solution…..
I hope you can help me.
Boris
I would suggest taking advantage of WordPress’ custom taxonomies. Use a custom taxonomy for scale (called scale), and one for your countries. Then only have the post a member of Armour kits (it will automatically be a member of the parent category of Armor kits).
Breadcrumb NavXT works on a very predictable mechanism of choosing the first category hierarchy it can find when instructed to use categories as the taxonomy type. It is the only easy way I can implement it. In the future there may be an supplemental plugin to support http://wordpress.org/extend/plugins/hikari-category-permalink/ which should help you do what you want to do. However, that is a ways of, even if that work was commissioned, I can’t start anything until mid May.
-John Havlik
Thank you for your reply!
If I make custom taxonomies of them will they still be able to be displayed like I display them now?
check my website : http://www.militaryscalemodelling.com
I made a list in the left sidebar, because it is important that people can navigate to them.
Can I add those custom taxonomies in that list?
thanks!
Hi John,
I was would like to style just the symbol between each page of the breadcrumb navigation. Can you suggest a way for me to do that?
Blog > Code > Breadcrumb NavXT > Documentation
(like the little arrows above)
Thanks.
Doug
The separator option accepts HTML, so I’d wrap it in span tags with a specific class specified then use CSS style against that. For example use:
<span class="separator"> > </span>-John Havlik