Breadcrumbs before the title
-
Hello, how can I move the breadcrumb on the product category page subtitle or above the title https://yadi.sk/i/_wExjdr2K2FMlg ???
Hello,
Unfortunately, there is no option to move the breadcrumbs in the place you show. Such modification would require complicated, time-consuming customization that is not covered by our support.
If you have any questions please feel free to contact us.
Best Regards
I have very long bread crumbs https://yadi.sk/i/2_PCvdRlEixdqg tell me what you can think of?
Hello,
Unfortunately, there is no option to move you can hide them or try to confiruge them with a free Yoast SEO.
If you have any questions please feel free to contact us.
Best Regards
Let’s say I will use Yoast SEO, how do I insert them before the page title?
Hello,
As far as I know (not sure 100%) Yoast Seo has the option to configure URL, in addition, you can configure URL in the Dashboard > Settings > Permalinks.
Best Regards
I know that there are breadcrumbs in Yoast Seo. I want to know how to insert them on the category page above or under the heading in your theme woodmart. Yoast Seo has a shortcode [wpseo_breadcrumb]. Maybe try adding it via functions.php??
Hello,
Please add this code to the functions.php of the child theme:
add_action(
'woodmart_after_header',
function() {
echo do_shortcode( '[wpseo_breadcrumb]' );
},
20
);
Best Regards
thank you, you were very helpful!
You are welcome! If you have any questions please feel free to contact us.
We will appreciate highly if you spend a couple of minutes and answer the questions provided here: https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
Best Regards