Unfortunately, I am not familiar with the BRIDGE theme. In general, to call Breadcrumb NavXT you either need to place some code in your active theme’s header.php file or use the included widget.
I usually recommend using the following calling code:
<?php if(function_exists('bcn_display')):?>
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">
<?php bcn_display();?>
</div>
<?php endif; ?>
More information on the calling code can be found in this article: https://mtekk.us/archives/guides/calling-the-breadcrumb-trail/
-
This reply was modified 8 years, 7 months ago by
John Havlik.
using the code that leaves me, I can not get it to work.
in the information I have been able to see something of DIV … but I do not know what it is or where it is written, header, funcions, …
Excuse me, I’m a novice in all this code and I do not know how to set the breadcrumbs.
thanks.
If you have a location within the page that you want to breadcrumb trail to be located in, I suggest looking at the HTML source, try to find a unique div (or other element) in that area, and then use a search function/application (such as grep in Linux/OS X) to find what files in your theme have that code. Then from there, you can try adding the code I posted in my previous reply.
sorry…
I do not understand almost any code.
Surely he has given me the solution but I do not understand how to apply it.
That is, I have your plugin installed, but breadcrumbs does not appear anywhere on the web.
has given me a code (thank you) that I leave it in the HEAD of the subject but nothing appears either.
of the explanation that indicates me later, I have not understood anything.
thank you and I regret not understanding more his explanation
After performing some research on the BRIDGE theme, it doesn’t look like it is easily customizable via hooks. So it is difficult to provide you an easy to implement way of calling Breadcrumb NavXT unless you place some code into the theme’s files (or use the included widget available under Appearance > Widgets). Since you are using a “premium” theme, my current suggestion is to ask the theme developer for support in adding the calling function for Breadcrumb NavXT into the theme.
I try to be lucky and help me …
thanks