Hi, how do I add footer links and breadcrumb links to my website?
I was wondering if this is possible on my theme to display the navigation bar...
Please help! Many thanks
Hi, how do I add footer links and breadcrumb links to my website?
I was wondering if this is possible on my theme to display the navigation bar...
Please help! Many thanks
Hi,
Did you mean by footer links the menu from footer?
To do this go to Appearance -> Menus, in the menu tabs chose the Life Style Footer, and here you can add me nu items.
To set breadcrumbs links you have to install the Breadcrumb NavXT wordpress plugin. Then in the footer.php file paste the this code in the footer location you want to have the breadcrumbs links:
<div class="breadcrumbs">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
Or provide information about where you want to place the breadcrumbs and I will help.
Cheers,
George
What exactly is a breadcrumbs link? Can you choose where to post it within the page?
Hi,
Breadcrumbs provide links back to each previous page the user navigated through to get to the current page or in hierarchical site structures the parent pages of the current one.
Can you choose where to post it within the page?
You can place it in the footer under the menu.
Find this code in the footer.php file and place the breadcrumbs code below it.
<div class="container_24">
<?php include( THEME_MODULES . '/page-nav-footer.php' ); ?>
<div class="clear"></div>
Cheers,
George
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.