Breadcrumb shows wrong (menu) taxonomy after using WP All Import
-
Hi,
I have imported a bunch of posts into my website using WP All Import, including the attached categories. All are default WordPress posts and default categories (no custom posts/taxonomies).
When I’m using this in my theme:
<?php yoast_breadcrumb( '<p id="breadcrumbs">','</p>' ); ?>
Under ‘Taxonomy to show in breadcrumbs for content types’ I have set the option for ‘Post’ to ‘Category’.
When I’m visiting a blog post now, the breadcrumb is:
Home ? Mobile menu ? Title of my blogpost
‘Mobile menu‘ links to: xxxxx/?taxonomy=nav_menu&term=mobile-menu
The only way to fix this is to edit the post, uncheck the category, check it again and saving the post. The breadcrumb works after that. Only saving the post without unchecking and checking the category is not working.
—
What I already tried:
- Saving the permalinks
- Using the Yoast Test Helper to Reset Indexables tables & migrations
- The topic ‘Breadcrumb shows wrong (menu) taxonomy after using WP All Import’ is closed to new replies.