WPIntell

Source evidence

Powerful Plugin

Breadcrumb NavXT · review · 2021-08-21T01:39:00+00:00

praisesentiment
mediumseverity
0.61relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 29 rows with source links

17.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
Mwale Kalenga unresolved
This is a really powerful plugin! Would definitely recommend checking it out! This topic was modified 4 years, 9 months ago by Mwale Kalenga . Reason: Works great. Didn't work initially due to a problem on my site This topic was modified 4 years, 9 months ago by Mwale Kalenga . I guess I wouldn’t really call a shortcode user friendly, it would require you to add a shortcode to every post that you wanted a breadcrumb trail on. It’s much easier to either use the included widget (add once to theme sidebars), modify your theme to call bcn_display() , or to use the various block templating/patterning methods and the included Gutenberg Block. Yes, it’s not an ‘activate and breadcrumbs magically appear’ kind of plugin (unless your theme explicitly supports it out-of-the-box). How are you trying to add a container? It should be as easy as wrapping the call to bcn_display() (e.g. `<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=” https://schema.org/”> ; <?php if(function_exists(‘bcn_display’)) { bcn_display(); }?> </div>`. See https://mtekk.us/archives/guides/calling-the-breadcrumb-trail/ for some examples. Hi John! I appreciate you looking into this. Apparently, I have a conflict on my hands (which I already tested for). But anyway, my code works on a fresh WP install. Sorry about the false alarm. Cheers, Mwale

Comments

2 shown
John Havlik 2021-08-21T01:57:00+00:00

I guess I wouldn’t really call a shortcode user friendly, it would require you to add a shortcode to every post that you wanted a breadcrumb trail on. It’s much easier to either use the included widget (add once to theme sidebars), modify your theme to call bcn_display() , or to use the various block templating/patterning methods and the included Gutenberg Block. Yes, it’s not an ‘activate and breadcrumbs magically appear’ kind of plugin (unless your theme explicitly supports it out-of-the-box). How are you trying to add a container? It should be as easy as wrapping the call to bcn_display() (e.g. `<div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=” https://schema.org/”> ; <?php if(function_exists(‘bcn_display’)) { bcn_display(); }?> </div>`. See https://mtekk.us/archives/guides/calling-the-breadcrumb-trail/ for some examples.

Mwale Kalenga 2021-08-21T13:42:00+00:00

Hi John! I appreciate you looking into this. Apparently, I have a conflict on my hands (which I already tested for). But anyway, my code works on a fresh WP install. Sorry about the false alarm. Cheers, Mwale