• Resolved Cultivate

    (@dpc036)


    I have a strange issue with a custom theme and the breadcrumbs generated by the plugin.

    The breadcrumbs generated for top level pages have a page included as a parent.
    For example the about page should display as:

    Home / About

    But is being displayed as:

    Home / Tailored for You / About

    I have switched to TwentySeventeen and the breadcrumbs are as they should be.

    If i can understand how they are generated i may then be able to isolate the issue in my theme. Any help or pointers greatly appreciated.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Michael Ti?a

    (@mikes41720)

    Hello,

    You can modify the title of the breadcrumbs by going to the advanced tab of your page or post and updating the value of ‘Breadcrumbs Title’. We have more information on this here.

    Also, there are several filters that allows you to modify the breadcrumbs including wp_seo_get_bc_title and wp_seo_get_bc_ancestors and you can view more information on these here.

    Thread Starter Cultivate

    (@dpc036)

    HI Michael,
    Thank you for your response.

    There are no breadcrumb titles set. The breadcrumbs are pulling in another page as if it is the parent, when it isn’t.

    Thread Starter Cultivate

    (@dpc036)

    I found the issue. I had some conditional code which was wrong.
    $post->post_parent = 4 So this was setting the post parent as 4. *facepalm*

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How are the Breadcrumbs generated?’ is closed to new replies.