custom and position breadcrumb
-
Hi! I have the version 5.3.1 of breadcrumb navxt in my wp site http://softme.it . Can this plugin move not only into widget part? I want put the breadcrumbs under the title of my pages on the left. Furthermore, I want change the color of the text, hover text color and, if it’s possible, I want insert the breadcrumbs text into a line as in this link http://helty.it/our-services/design-and-build/
It’s possible? Thanks for the attention.
-
You can place the recommended calling code wherever you want in your theme:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div>Though, extra precaution should be taken if it is called after any secondary loops (e.g. the secondary loops need to restore the
$postvariable after they’re done).As for styling, you can use CSS to target the
.breadcrumbsclass and style it’s members (modify your theme or child theme’s style.css to do this). Breadcrumb NavXT does not ship with any styles as that adds clutter and is best to reside in the theme.Hi! in my theme I don’t know where put the breadcrumb code. In the link there is the picture of where I want the breadcrumb: http://imgur.com/NMSo1dH. I went in header.php file through appearance / editor but I find many lines of php code, I tried to insert the breadcrumb code inside of <div class = “container”> as in the picture http://imgur.com/5MciO54 but does not work .. is correctly edit the header.php file in my case? How do I to understand where is the correctly position for insert the breadcrumb code? Thank’s for the help.
The topic ‘custom and position breadcrumb’ is closed to new replies.