Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9877
    clubio
    Member

    Hello,

    I’ve just installed the breadcrumb Navxt plugin in my wordpress clubiomallorca.com. Where I have to copy the breadcrumb code?

    <div class=”breadcrumbs”>
    <?php if(function_exists(‘bcn_display’))
    {
    bcn_display();
    }?>
    </div>

    Breadcrumb instruccions said you have to place the code in file header.php
    Where I have exactly to place it in catch everest pro theme?

    #9945
    Sakin
    Keymaster

    @clubio: You have to build child theme of Catch Everest Pro theme and then edit header.php in your child theme. Where you can add the code just just before the code </header>

    #9964
    clubio
    Member

    build child theme? It doesn’t look easy! So, isn’t possible to change the code directly in your theme?

    How can I build a child theme?

    Thanks a lot!

    #9971
    Sakin
    Keymaster

    @clubio: Building child theme. Read here http://codex.wordpress.org/Child_Themes

    If you change code directly to the theme, then you need to keep backup. So, when there is theme update you need to put back again.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumb navxt’ is closed to new replies.