• Resolved ivanmarcialis

    (@ivanmarcialis)


    Hi,
    I created a custom post type Publications

    The site correctly shows the publications archive at https://localhost/research/results/publications

    and a single publication at
    https://localhost/research/results/publications/first-publication

    But the breadcrumb is
    Home > Publications > First Publication
    instead of
    Home > Research > Results > Publications > First Publication

    I paste below the custom type settings.

    Thank you for your help
    Ivan

    name: publications
    label: Publications
    singular_label: Publication
    description: List of publications
    public: true
    publicly_queryable: true
    show_ui: true
    show_in_nav_menus: true
    delete_with_user: false
    show_in_rest: true
    rest_base: “”
    rest_controller_class: “”
    has_archive: true
    has_archive_string: research/results/publications
    exclude_from_search: false
    capability_type: post
    hierarchical: true
    rewrite: true
    rewrite_slug: research/results/publications
    rewrite_withfront: false
    query_var: true
    query_var_slug: “”
    menu_position: “”
    show_in_menu: true
    show_in_menu_string: “”
    menu_icon: dashicons-analytics
    custom_supports: “”`

    • This topic was modified 3 years, 11 months ago by ivanmarcialis.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    We don’t have any specific integration with any Breadcrumb setup, so your best bet is going to be reaching out to who set up the breadcrumbs.

    Which Breadcrumb plugin, if any are you using? or is it perhaps Yoast SEO’s integration? Could be also part of the theme itself.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with breadcrumbs’ is closed to new replies.