• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. 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

    Attachments

    1. simple-website-diagram.png (284.9 KB, 149 downloads) 11 months old
    vanessatran7
    11 months ago
  2. 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

    George
    11 months ago
  3. What exactly is a breadcrumbs link? Can you choose where to post it within the page?

    celavey
    10 months ago
  4. 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

    George
    10 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.