Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    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 $post variable after they’re done).

    As for styling, you can use CSS to target the .breadcrumbs class 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.

    Thread Starter fifreda

    (@fifreda)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘custom and position breadcrumb’ is closed to new replies.