beckibb2
Forum Replies Created
-
My live site hasn’t been updated and works correctly, I’m seeing the issue on a staging site so I just downgraded for now.
Apologies I misspoke, I’m using a custom taxonomy for the breadcrumbs, which I’ve been using for about 4+ years. I coded this according to WP instructions to register custom taxonomies.
I figured this out, by adding ‘author’ to CPT ‘supports’ so I can set the CPT to article.
Hi! Thanks for the reply, but I tried testing with Rankmath (importing Yoast settings), and their shortcode worked with no problem. I don’t need a resolution anymore but wanted to let you know!
Hello!
Yes, I was able to reproduce the issue after switching to the default 2021 theme and assigning my custom taxonomy under Yoast settings. The breadcrumbs appeared using the shortcode in WP Block Editor, but not using the custom taxonomy.
As for implementing directly in my theme file, they DO appear correctly, using the custom tax setting.
Hi! Yes, links are below and here is a short description of each:
1. Yoast settings (using custom taxonomy instead of default category)
4. Output ignores Yoast settings
Thanks WPYogi…I did make my changes to a child theme, so all good!
I’ve been searching for this for awhile and figured it out, so wanted to share. You need to change the css for the .site attribute. I wanted to change mine to gray, so I added: ‘background: #fafaf6;’ under .site, and it worked.