Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author John Havlik

    (@mtekk)

    Replace the %title% and %htitle% portions in the “Home Template” with what ever text you want to display rather than the title of your site.

    Thanks its very Helpful to customize!

    cukeving

    (@cukeving)

    Is there a way to do this so that it will translate?
    We use WPML – if you change it to “Home” it doesn’t get translated.

    Plugin Author John Havlik

    (@mtekk)

    WPML support requires an extension/helper plugin. A while back I had written such a plugin, however it needs to be updated to handle this case.

    alextmgroup

    (@alextmgroup)

    Hi.Where is the Home template?
    Where should i change it in what php file?

    Thanks.

    Plugin Author John Havlik

    (@mtekk)

    The Home Breadcrumb Template is a setting in the Breadcrumb NavXT settings page (under Settings in the WordPress admin area).

    Issue : Breadcrumb trail from the home page?

    I am using the latest version.

    I tried insert in header.php

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

    Also tried to settings = > Home Breadcrumb => Place the home breadcrumb in the trail.

    I have unchecked the box, but then Breadcrumb started showing only category name (which is unlinked)

    Plugin Author John Havlik

    (@mtekk)

    The above code is the way to keep the breadcrumb trail off of the home page. If it is not working then something is up with the is_front_page() function in your install (perhaps a different plugin or your theme is doing bad things to is_front_page()).

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to display 'Home' title in breadcrumb?’ is closed to new replies.