• 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 there,

    I have downloaded the yoast breadcrumbs plugin...however obviously it doesn't work with the creative juice theme on default

    How do I add breadcrumbs to my site? what would be the code and where abouts would I need to insert code...would I want to add it to the template or the page?

    thanks for your help in advance

    Ewan25
    1 year ago
  2. Hi,
    I installed the Breadcrumb navXT wordpress plugin and it works fine. I added the code in featured.php file (library\tfuse_mods\thememodules), header welcome bar, under the subtitle. Open this file and add the plugin code after this code:

    <h2><?php echo $title; ?></h2>
    					<p><?php echo $subtitle; ?></p>
    

    Let me know if you need more assistance.
    Cheers,
    Max.

    Max
    1 year ago
  3. oh men, good to know i see this topic.. i'm really confuse on how to add breadcrumbs on my site.. now i know! your awesome max! brilliant..

    guru
    1 year ago
  4. Hi Max,

    thanks for your reply

    Ok right I have found the featured.php file on my server and used the web search box the locate the above code:

    <h2><?php echo $title; ?></h2>
                        <p><?php echo $subtitle; ?></p>
    </div>

    So I need to insert this code (which was taking from the plugin website under installation):

    <div class="breadcrumbs">
    <?php
    if(function_exists('bcn_display'))
    {
        bcn_display();
    }
    ?>
    </div>

    Should I just paste the code on the line below:

    <p><?php echo $subtitle; ?></p>

    correct?

    Also there are two </div> bits ...do i need to remove one?

    thank for your help :)

    Ewan25
    1 year ago
  5. Hi,
    Please don't remove anything. Just insert your code after the code I provided. You can remove the subtitle if you don't neeed it but nothing else.

    Cheers,
    Max.

    Max
    1 year ago
  6. Ok thanks

    seems to have worked

    However does it look right?

    http://eha-duplication.co.uk/cd-duplication/

    On this page it seems to say that this is a sub page of blog?

    when in fact its a sub page of the home page?

    Ewan25
    1 year ago
  7. Solved. In plugin settings homepage name was set to Blog. I changed it to Home.

    Cheers,
    Max.

    Max
    1 year ago
  8. Hey Max,

    sorry I just found that :)

    although my blog page

    http://eha-duplication.co.uk/category/blog/

    Displays:

    Home > Archive by category 'Blog'

    can i change that or is that normal when its a category page?

    Ewan25
    1 year ago
  9. Hi,
    all this text can be changed in plugin settings. Please take a look and I'm sure you would find it. For category there is a category tab.

    Cheers,
    Max.

    Max
    1 year ago
  10. no worries

    thanks for your help!

    :)

    Ewan25
    1 year 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.