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

    (@mtekk)

    Are you still experiencing this issue? From what I can tell the linked site is not experiencing the mentioned issue.

    Thread Starter sagatovumid

    (@sagatovumidgmailcom)

    Hi. Already found a solution. The problem was with my theme. Just add 1 line into the code.
    <div class=”breadcrumbs”>
    <?php if(function_exists(‘bcn_display’))
    {
    wp_reset_query();
    bcn_display();
    }?>
    </div>

    Hello!

    I have similar problem I guess but I’m not sure.
    On my website: https://letsmeetinbrazil.net – if you click on one of the cities, and then follow the Menu on the left – Breadcrumb stays in one place (“Host cities -> About Manaus”).

    Could you please advise how to fix this issue?

    Thanks.
    J.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs doesnt properly show the post title’ is closed to new replies.