Breadcrumb NavXT
Breadcrumb NavXT, the successor to the popular WordPress plugin Breadcrumb Navigation XT, was written from the ground up to be better than its ancestor.
Table of Contents
- Purpose
- Download
- Installation
- Basic Usage
- Advanced Usage
- Donate
- Version History and Changelog
- License
Purpose
Breadcrumb NavXT is a WordPress plugin compatible with WordPress versions 3.1 and up. This plugin generates locational breadcrumb trails for your WordPress blog. These represent the hierarchy leading up to the current page rather than the actual path taken to arrive at the current page.
Breadcrumb trails are a good supplementary navigation system that aid in site usability. This is especially true for sites using WordPress as a CMS. Since Breadcrumb NavXT reveals the page hierarchy in a consistent manner, it can provide SEO benefits. On the right are examples of breadcrumb trails generated by Breadcrumb NavXT. This website runs Breadcrumb NavXT, browse the various sections to see how Breadcrumb NavXT behaves.
Download
Latest Stable Release: Breadcrumb NavXT 4.0.1
Latest Testing Release: Breadcrumb NavXT SVN Trunk
Installation
- Download the plugin zip archive, see Download section.
- Disable any previous version of this plugin or Breadcrumb Navigation XT.
- Extract the contents of the zip archive into your plugins folder (wp-content/plugins).
- Enable the Breadcrumb NavXT plugin in the administration panel under the Plugins > Installed section.
- Continue onto the Basic Usage section, or follow instructions given by your theme (if applicable).
Basic Usage
Depending on your theme this section may be unnecessary. If you are using berry as your theme everything is done for you so you have no further steps to take. If you are a theme developer visit the documentation for examples on how to directly access the bcn_breadcrumb_trail class. Otherwise keep reading.
Open the appropriate file for your theme (typically header.php). This can be done within WordPress’ administration panel through Presentation > Theme Editor or through your favorite text editor. Place the following code where you want the breadcrumb trail to appear.
<div class="breadcrumbs">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
Save the file (upload if applicable). Now you should have a breadcrumb trail on your WordPress powered site. To customize the breadcrumb trail you may edit the default values for the options in the administrative interface. This is located in your administration panel under Settings > Breadcrumb NavXT.
Advanced Usage
Examples on some advanced usage situations are available in the documentation.
Donate
Love Breadcrumb NavXT? Want to help development? Feel free to make a donation:
Version History and Changelog
- 4.1.0 [3-??-2012]:
New feature: Custom Post Types that are hierarchical can now fall back to a taxonomy if they don’t have a parent. - 4.0.2 [2-??-2012]:
Bug fix: Replaced deprecated RDFa and Microformat breadcrumbs with Schema.org breadcrumbs support in the included sidebar widget.
Bug fix: Mainsite breadcrumbs are linked once again. - 4.0.1 [1-3-2012]:
New feature: Norwegian translations added props to Jan Rosvoldsve.
Bug fix: Fixed line 591 and line 646 errors in multisite installs.
Bug fix: Attachments will now obey the root page setting for their parent, regardless of the parent’s post type. - 4.0.0 [12-14-2011]:
Behavior change: Prefix, suffix, and anchor settings have been replaced with templates for all breadcrumb types.
Behavior change:bcn_display_nestedfunction was removed from the main plugin. Will appear in a supplementary plugin.
Behavior change: Import/Export/Reset tab moved under the admin bar Help menu.
Behavior change: Paged breadcrumbs are enabled in the default settings, among other subtle changes.
New feature: More useful Help menu, utilizing the new WordPress 3.3 Help menu.
New feature: True URLs are now generated for current items when link current item is enabled.
New feature: The display of the custom post type archive breadcrumb for custom post types may now be disabled.
New feature: Added in fallback functions for PHP’s multibyte character string functions for environments that do not have multibyte character support.
Bug fix: Custom post type archives now respect the root page setting.
Bug fix: Custom post types without WordPress post archives enabled will no longer cause a double root page breadcrumb to be generated.
Bug fix: Tabs on the settings page are now rounded for all “modern” browsers, including Firefox, Chrome, and IE9.
Bug fix: Tabs on the settings page are now remembered between setting saves (including multiple saves from within the same tab).
Bug fix: Fixed another cause of the “The following settings were not saved” error message. - 3.9.0 [5-31-2011]:
Behavior change: Settings can not be saved, imported, or exported until any necessary settings updates and/or installs are completed.
New feature: Support for WordPress 3.1 custom post type archives.
Bug fix: Displays a warning message in the WordPress dashboard if PHP version is too old rather than trying to deactivate and dieing on all pages.
Bug fix: Fixed a potential cause for the “options not saved” error.
Bug fix: Fixed bug where the “Blog Breadcrumb” was not obeyed on archives.
To keep this page at a reasonable length, only versions 3.9 and newer are present in this changelog. For the entire changelog, including versions of Breadcrumb Navigation XT, visit the Breadcrumb NavXT Changelog page.
License
Breadcrumb NavXT is released under the GNU GPL 2.0 license and comes with absolutely no warranty. By downloading Breadcrumb NavXT you agree to the terms of the GNU GPL 2.0 license.
Trackbacks/Pingbacks
- Adding Breadcrumb plugin on Wordpress « Tournas Dimitrios
- Какие плагины ставить на WordPress. Zorge. The blog
- Plugin Breadcrumb NavXT | Phố Núi Online
- Breadcrumb NavXT | WordPress Designer
- In Depth: 14 handy WordPress tips and tricks |
- Wordpress must have Plugins | Jason Dobbins
- In Depth: 14 handy WordPress tips and tricks - category number, content management system, custom homepage, Dashboard, EDIT, plug ins, site, tag id, Text, wordpress | Tricks And Tips And Solution Center
- How to Add Breadcrumbs in a Thesis Wordpress Site
- Adding Breadcrumb Navigation to the Photo Slider WordPress Portfolio Theme | Arthemed
- The Cart Press – WordPress cart plugin review | Web design Port Talbot, Neath, Bridgend, Swansea, Cardiff, South Wales, UK
- Breadcrumb-Navigation mit Microformat-Markups anhand Breadcrumb NavXT erstellen
- Как приманить Google хлебными крошками | Журнал Делитант

Hey John,
I just started using your plugin on one of my multisite networks and was wondering if there were any plans to add in a settings menu on the Network Admin level. All I’m looking to do is have the same settings across all of the sites so I don’t have to go into all of them just to change one thing.
Charlie,
Since I am doing an overhaul of the settings (the actual settings themselves and the interfaces to them), it can be fit into 4.0. And, I already have an idea of how to implement this nicely.
In the mean time, you can set it up as you want on one site. Then use the Settings Export feature to export an XML file with those settings. Now you can use that file to import the same settings on all of the subsites.
-John Havlik
Didn’t see that Import/Export Settings tab. Good to know that is there.
Sounds great about the overhaul. Do you have a public roadmap somewhere for 4.0 for what you have planned?
Charlie,
The closest thing was the Plugin Roadmaps for H1 2011 post made a while back. The “later this year” portion of the Breadcrumb NavXT section is some on the items to expect to come in 4.0 and 4.1.
Also note that as I add features in the SVN Trunk, I update the changelog on this page for the version it will appear in. It is sort of a preview of what’s available but mostly so that I don’t forget what has been implemented/fixed during the 3 to 4 month development cycle.
-John Havlik
This is probably something to do with my setup but is there a way I can get a single post to go back to it’s parent page and not the archives page? I tried Post Taxonomy then clicking the pages option but to no avail.
thanks
Nsokyi,
Posts don’t typically have a parent page (read as you are probably doing it wrong). The option in the “Post Taxonomy” setting for “page” is only for if you are very aware of how WordPress works and have done the requisite mapping of posts to pages. This setting expects that the parent property for the post will contains a valid post ID. For regular posts this is not done for you by WordPress or Breadcrumb NavXT.
-John Havlik
Hi again,
My problem is with one custom template for a portfolio page, when I select an item from my portfolio template the breadcrumb trail is
home>blog>category>iteam
instead of
home>portfolio>item1
What I´m trying to say is that it changes my breadcrumb after select one item from my portfolio page.
What am I doing wrong?
Rodolfo,
Typically when you see /blog/ in your breadcrumbs it’s because it’s part of your permalink structure — but this /blog/ gets inserted automatically by WordPress in multisite installations, are you on one of those? Getting rid of the /blog/ is not advised, but maybe you can work around it – or look to change /blog/ to /portfolio/ perhaps?
This problem shouldn’t exist on a single site installation.
-Rob
Hi. How can I edit the style of text and margin ? Thank you.
Hi. Add this code to your style.css in the Theme editor:
.breadcrumbs {padding: 7px;
background: #eee;
margin-bottom: 4px;
color:#0489B1;
font-size: 13px;
}
.breadcrumbs a {
color:#0489B1;
text-decoration: none;
font-weight: bold;
}
You can see also an example live at ( if the admin approves :] ) http://www.nasil.gen.tr/css-margin.html
Hi John,
I am trying your plugin by adding the breadcrumb in my single.php tp show category taxonomy. I am using categories that go 4-5 levels deep however the breadcrumbs only include the top 2. e.g I only see “home > cat 1 > cat 2 > post”. Cat 3+ are not shown.
Is there a switch to increase this?
Brendan
Brendan,
Breadcrumb NavXT will pick the first hierarchical category structure it can find for a post, this may or may not be the deepest category hierarchy for that post. It is considered a best practice to not explicitly set a post to be a member of two categories within the same hierarchy (e.g. one that is a parent/grand parent/ great grand parent/etc or child/grand child/great grand chilt/etc).
Breadcrumb NavXT has no limit to the depth of a category hierarchy that it will follow, and my testbed does test a 4 level deep hierarchy. I just double checked and the latest Breadcrumb NavXT behaves as expected in this case. One thing you should look into is ensuring that in your example, “post” isn’t explicitly set as a member of “cat 2″ and “cat 4″, keep it an explicit member of only the deepest category as it automatically becomes a implicit member of the other categories.
-John Havlik
Hello
Been using your great plugin on our IT site. One thing that I have notice is a “trailing 1″ that appears at the end of the breadcrumbs for posts and items from our custom type called “documents”.
examples:
http://iits.haverford.edu/documents/dorm-wireless-vista-instructions/
http://iits.haverford.edu/2011/08/09/2642/
We are configed on a multisite WP install. Looking at the comments, I am not sure if this is relevant, but we also have removed the “blog” slug added to the primary site in a subdirectory setup.
Thanks
Do you have the “Paged Breadcrumb” option checked? It looks like it is some combination of that and certain custom post types. I’m going to have to try to reproduce this on my testbed as it is quite odd.
-John Havlik
I had the same “trailing 1″ that appears at the end of the breadcrumbs, for both posts and pages. Found this solution and yes unchecking “Paged Breadcrumb” option fixed it, ahhhhh!
In case you are still working on this problem — FYI data points:
1. Have been using breadcrumb-navxt for a few years on this site (and others) and didn’t notice this issue until i came back to work on site recently, and it was occurring with latest version of plugin. So don’t know when it started.
2. Not using custom post types.
Thanks for great plugin!
James,
Thanks for the information. Unfortunately, it is widens the scope of the issue (since you are having it happen on posts and pages). I’ll try to reproduce it on my testbed.
Also, by chance are you using the “nextpage” tag for any of these pages/posts? It may be something not working correctly for paged pages/posts.
-John Havlik
Hi John,
Strange, I was sure I had already left a comment here, but coming back to look for an answer, I cannot find it…oh well. Starting over:
Yes, great plugin! My question is about the possibility of adding a variable to the site origin to account for multi-site installations. Currently (unless I’m missing something), we can only define one fixed name, whereas I’d like the site name to show up regardless of which site I’m on.
Home > Site 1 > Article 1
Home > Site 2 > Article 1
etc.
Know what I mean? Ideas? Possibilities?
Thanks!
-jennyb
Jenny,
Your previous comment probably got bumped to the second page of comments. Anyways, 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
Dear mtekk,
I wholeheartedly second practically everyone on the great utility of this plug-in. Thanks so much!
I’m using WordPress as a CMS for a website I’m developing, in which I’ve implemented a dropdown menu. Functionally, the menu headers are pages which serve as the parent for the actual content pages, but the menu header pages themselves are not accessible through the dropdown and lack content. Using your breadcrumb plug-in, however, these pages are linked back to, and I’m wondering whether it is possible to delink these altogether.
Example: Home > Resources > Bibliography. In this hierarchy, Home is an actual page that should be linked, but the Resources page only exists for the purposes of the dropdown menu.
In the architecture of my site, the second item in the hierarchy (following Home) will always be one of these placeholder pages for the dropdown. I’m wondering whether it is possible to make it so that every single second item will by default not be linked.
Thanks much in advance! /Rudo
Rudo,
While doing this is possible, it isn’t easy. I would suggest not having placeholder/blank pages. If you are going to create them, treat them like archives, and link to all the child pages. This is especially necessary if you are using hover/dropdown navigation menus for users of touchscreen devices (tablets and phones) as they do not support the hover gesture very well.
If you really want to remove it, you’ll have to remove that breadcrumb from the trail after the trail has been filled, but before the output is assembled (look at the ‘bcn_after_fill’ action). Figuring out what breadcrumb you want to remove may not be very straight forward (the trail under normal circumstances is a stack/LIFO data structure).
-John Havlik
Hi there,
I am using Breadcrumb NavXT. From administrative panel we can make changes whether we want category / dates / tags / pages. But can you tell me can I make changes the way I want.
For example:
Home>Category>Tag>Month (2011/10)
Thanks
&
Regards,
Vishal
Vishal,
That really isn’t a proper hierarchy, so it is beyond the scope of this plugin (and sort of defeats the purpose of the locational breadcrumb trail).
-John Havlik
Hey there,
Great flexible plugin. Cheers for that!
I got one question though: I would like my subpages to show, but not link. Like this:
Home (link) > Subpage (not linking) > Current item (not linking).
Any ideas?
Thanks
Hans
Hans,
Theoretically, this is possible, but it isn’t as easy as flipping a switch/changing a setting. You’d have to manipulate the breadcrumb trail (array of bcn_breadcrumb objects) after it has been filled to remove the linking information for the subpage (including finding the subpage).
-John Havlik
WordPress 3.2.1 Multisite
Breadcrumb NavXT 3.9.0
I got something like
Home > SubblogName > Kontakt
Home = linking to root installation of multisite system root.xxx.com
SubblogName = linking to subdomain e.x. abc.xxx.com
Kontakt = Name of page, abc.xxx.com/contact
I don’t want that ‘Home’. How to kill it?
Searched in “function bcn_breadcrumb_trail()” for a parameter, but can’t find.. please help
Stefan,
Don’t directly call the bcn_breadcrumb_trail class (for the time being), it will only cause you headaches when you migrate to Breadcrumb NavXT 4.0 (new settings configuration). Look at the General tab in the Breadcrumb NavXT settings page. There should be a “Main Site Breadcrumb” setting, make sure the check box labeled “Place the main site home breadcrumb in the trail in an multisite setup.” is not checked.
-John Havlik
But then I have to do this on every wp-blog in my network? Cause there’s no network configuration for this plugin?
Thank you for fast answer.
Stefan,
Use the settings exporter/importer that Breadcrumb NavXT has. Look for the Import/Export/Reset tab next to the help tab (changing in WordPress 3.3). A future version of Breadcrumb NavXT will have a network settings page (4.1 or 4.2, was originally set for 4.0 but the development cycle has been too long).
-John Havlik
Under Menus, I have a Custom Link set up in a custom menu. I want the Custom Link to not act as an actual link, so I removed information in the http: field.
This allows me to have the Custom Link as a menu button that is not clickable, but allows me to have a child menu under it that is clickable.
With the Breadcrumbs, though it does not show this Custom Link. Is there a way to have the Custom Link show even though it has no actual website address?
Thanks,
Erik,
The WordPress menu feature does not represent actual site hierarchy. Thus, Breadcrumb NavXT does not look at the menus to determine its output. Instead, it uses information given by WordPress about the actual location of the page to generate its output. So the plugin won’t generate an output that necessarily matches your menu (and in most cases the menu is “in the wrong”).
Regardless of what the plugin can/will do, each breadcrumb in a breadcrumb trail must be representative of an actual page. You are asking to do something that violates this premise, and which will only lead to confusion amongst your users. Your users expect to be able to get to the page/resource that every breadcrumb in the breadcrumb trail represents.
-John Havlik
Hi John,
I am having enormous problems applying my styles to the Breadcrumb NavXT plugin, and would really appreciate some help.
When I applied my styles in a html test document it looked fine: screenshot
When I applied the same styles (but adjusted to the plugin) in the WP document using the Breadcrumb NavXT plugin the best I could get it was this: screenshot
I have tried of the obvious answers like apply margin-right to the last-child by nothing is working. Would really be grateful for some help.
Here is the relevant css
Would really appreciate it if you could help or suggest some alternatives.
Toby,
From looking at your CSS, you probably want to note that the current item (last breadcrumb in the breadcrumb trail representing the current page) is usually not linked. So there is no anchor tag to apply the CSS to. Try adding a span tag wrapping the current item (add a current item prefix of
<span>and add a current item suffix of</span>). Then select that span with your CSS.-John Havlik
I am using the breadcrumbs but I keep getting it coming out like
“HomeAbout UsSCL Trinidad>>”
when it should be
“Home>About Us>SCL Trinidad ”
I am not sure what is going wrong. I am using pages and not posts. The heirarchy is set as About Us has a parent of main page and SCL Trinidad has a parent of About Us.
Please advise.
Do you have a link to the page that is displaying this issue? Otherwise, could you please post the HTML output of the plugin (please place within the HTML code tags so that it isn’t stripped out)?
-John Havlik
Hello. I am really interested in using this plugin for a site I’m building as no other breadcrumb plugin seems to do exactly what I need it to do, and this plugin seems to have a lot of configuration possibilities. The problem is I can’t even get the plugin activated after installation, and if I do click the Activate/Complete Now button, it literally breaks my site, making it impossible for me to log into the backend or see any portion of the site. The only way I can fix the issue is deleting the plugin and its files via the FTP.
Here is the error message I get whenever I try to activate: Your plugin install is incomplete. Complete now.
Once I click ‘Complete Now’ is when it seems to break the site. I’m so stumped as to what’s causing this. Any help would be greatly appreciated!
Thanks!
Kalee
Kalee,
Where are you seeing the “Your plugin install is incomplete” message? It should only appear on the settings page for Breadcrumb NavXT. What version of WordPress, and what version of Breadcrumb NavXT are you observing this in? Have you tried deactivating all other plugins and then try activating Breadcrumb NavXT (in case there is a plugin conflict, thought it has been a long time since there has been a known conflict)?
When you say you can’t view your site or log in, are you getting a white screen, or some other error message? Can you try enabling WP_DEBUG (see http://codex.wordpress.org/Editing_wp-config.php) to see if you get any PHP error/warning messages?
-John Havlik
Hello
I have
home > page 1 >subpage 1
which is great!
But I dont want ‘home’, On my homepage. How do take it out so it will appear in all other trails from home, but NOT on the homepage?
Thx!
jseeley,
You need to wrap your call to
bcn_display()with an if statement that checksis_front_page(). For example you may want to use:<div class="breadcrumbs">
<?php
if(function_exists('bcn_display') && !is_front_page())
{
bcn_display();
}
?>
</div>
-John Havlik
John,
I’m PHP illiterate. Where exactly should I enter that code?
Thanks in advance
jseeley,
You would replace your current calling code for Breadcrumb NavXT with the code in my previous reply. If you are using the sidebar widget included with Breadcrumb NavXT, then make sure the check box next to “Hide the trail on the front page” is checked.
-John Havlik
Some of my breadcrumbs are showing a line of code they shouldn’t be…
For example, some pages show:
Home > Sites and Scenes > Scenes out of Site
But another page will show:
Home > Exhibition Sites: Case Studies
class=”page page-id-49 page-parent page-template page-template-page_full-php logged-in admin-bar”>
I haven’t been able to figure out what is wrong.
Any suggestions?
Thanks!
Allyson
Allyson,
Looking at the page having that issue it looks like there is something wrong in your theme file for your pages. It may have been caused when you edited the file to place in the Breadcrumb NavXT calling code, but it doesn’t look like it is anything the plugin is doing itself (checked out the site you linked to under your name).
-John Havlik
Year archives weren’t displaying the
Hdate_templatelinked template as the month ones were.I changed line 677 of
breadcrumb_navxt_classto this:if($this->opt['bcurrent_item_linked'] || is_day() || is_month() || is_year() || is_single() || (is_paged() && $this->opt['bpaged_display'])) {Which seems to have sorted it out.
Matt,
I’m not sure I follow you here. Unless you have current items set to be linked, or you where on a second, third, etc. page of the archives for the year, you won’t see the year linked/using
Hdate_template, it instead usesHdata_template_no_anchorfor the unlinked case. This behavior is consistent with all other breadcrumb types (unless I’m forgetting something).-John Havlik
Hi, I am trying to get this to work with Buddypress/Eventpress but I can’t get “Events” to show up in the breadcrumbs. It looks like the custom post type is setup correctly as they are showing in admin as options (ie. there are links in the Settings to Events, Event Categories & Event Tags) but when I go to the main Events page it doesn’t show up in the breadcrumbs. If you go to a specific event it show that event’s bc but not the parent. Any ideas how to get this working? I’m a bit stumped here! Thanks Mike
Mike,
Are you talking about there not being a breadcrumb linking back to an “Events” custom post type archive page? If so, it looks like the Events CPT added by EventPress does not support CPT archives. So you will need to create your own page, and set that as the root page for the Events CPT.
-John Havlik
Please make it support http://support.google.com/webmasters/bin/answer.py?answer=185417
Google’s breadcrumb micro format has been superseded by the Schema.org webpage element. The Schema.org breadcrumb property for the WebPage type has much less overhead than the original Google breadcrumb specs and is very easy to implement with Breadcrumb NavXT. See http://mtekk.us/archives/guides/using-schema-orgs-breadcrumb-microdata-with-breadcrumb-navxt/ for a guide on how to do this with Breadcrumb NavXT.
-John Havlik
Hi.
I am wondering why if I am in the second page of a category, I can’t go back to the same place I came from, the second page.
This is the link:
http://bongi.com.co/category/productos-distribucion/linea-cafeteria/page/2/
If I enter into the product, I can’t go back to the second page from the breadcrumb.
Thanks.
Andres,
I’m getting a 404 page on that link. On the other category pages, I get a message saying there wasn’t anything that I was looking/searching for (or something along those lines my Spanish is a little rusty).
Regardless if that, Breadcrumb NavXT generates locational breadcrumb trails. The product is a child of the category, not a specific page of the category archive. Hence, the behavior you are observing.
-John Havlik
Hello,
couldn’t find this in the docs, sorry if I missed something:
What parameters do the template fields accept? If I want the Page Template to display menu label (from Page Menu Editor) or other custom fields, instead of %htitle% ?
Thanks,
- Hans Magnus
Hans,
Thanks for pointing that out, I had included a description of the available dynamic tags in the release notes for 4.0.0 but never added it to the documentation. They are now there. For you reference the available dynamic tags are:
esc_attr().The page menu editor is never used by Breadcrumb NavXT, nor are custom fields of posts. Extensions to Breadcrumb NavXT may provide this functionality in the future (there was interest in this in the past I just haven’t had the time).
-John Havlik
hi dear
i want to translate it to persian
how we can have cooperation ?
Amir,
I’m not sure what you mean by “have cooperation”. If you are interested in translating Breadcrumb NavXT, grab the .POT file, and use Poedit to create your translations. Then email them to me (see the contact page on this site).
-John Havlik
I am using the widget in the Top Widget of the Weaver(2.2.6) theme in a multi-site environment with main site/sub site set up. All is working except that the main site (first breadcrumb) is not linked.
I have not changed any of the default settings.
Thanks for your work and help on this plugin.
Bob,
I’ll have to get my multi site testbed going again to test this. The last time I checked it should just work, but I may have done something silly in the settings changes in 4.0. Look for a response some time this weekend.
-John Havlik
Bob,
I just took a look at my code and I think I found where the issue is. A fix is available in the SVN trunk version of Breadcrumb NavXT (I don’t remember if SVN trunk is stable or not). This will make 4.0.2, which will be released in about a week.
-John Havlik
Hey, thanks for the great plugin!
I’ve installed this with Pageline’s Platform Pro theme. Without touching any of the settings, and even after performing a settings reset, I can’t get any of my breadcrumbs to link.
Will the new update fix that?
Thanks!
-Joe
Joe,
What code did you use to call Breadcrumb NavXT?
-John Havlik
I’m not sure…I’m using the Platform Pro theme from Pagelines. It has built-in support for this plugin (supposedly). Latest wordpress, and I’ve tried three versions of the plugin – 3.? 4.0, 4.01 – and even your svn trunk version. If I’m the only one with this trouble – maybe I should be warming up Pageline’s support?