Tagged: breadcrumb
- This topic has 3 replies, 2 voices, and was last updated 11 years, 6 months ago by Sakin.
-
AuthorPosts
-
June 4, 2013 at 12:47 am #9877clubioMember
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?June 5, 2013 at 4:39 pm #9945SakinKeymaster@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>
June 5, 2013 at 7:58 pm #9964clubioMemberbuild 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!
June 5, 2013 at 10:04 pm #9971SakinKeymaster@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.
-
AuthorPosts
- The topic ‘Breadcrumb navxt’ is closed to new replies.