• Resolved weyakin

    (@weyakin)


    I have created a custom taxonomy template “taxonomy-service_categories.php”. This will show some custom content based on which taxonomy term you are looking at. For example, /service_categories/children/ will show content from all of the pages under the “Children” category.

    The breadcrumbs placed on this template, instead of showing the path:
    Home > Services > Children

    instead shows:
    Home > Blog > Children

    However, when I click to the individual service page, the path is correct again and does not include Blog in it:

    Home > Services > Children > Service Name

    I see no way to influence what shows on a taxonomy template in the settings for this plugin. Is there something I can do in functions.php to fix this? Thanks!

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

    (@mtekk)

    This typically happens with the custom taxonomy is available to post types other than the one you desire. If you are not using this taxonomy with the Post post type, I would remove it from the list of posts the taxonomy can be used with. Otherwise, I’d make sure that in your call to register_taxonomy, the $object_type array has the CPT you want to primarily use the taxonomy with as its first entry.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Taxonomy Page Links to Blog’ is closed to new replies.