-
Created a topic, I select 2 conditions: Category and Attributes, only 1 works, on the site WordPress.org Forums:
Hello everyoneIn the plugin settings, there is an opti… -
Posted a reply to Remove the /shop/ page from a woocommerce product breadcrumbs, on the site WordPress.org Forums:
I talk about this think: https://validator.schema.org/ on my website breadcrumbs is: site/category in schema org… -
Posted a reply to Remove the /shop/ page from a woocommerce product breadcrumbs, on the site WordPress.org Forums:
The question is not where I insert the code. "I have child theme Astra. Added… -
Posted a reply to Remove the /shop/ page from a woocommerce product breadcrumbs, on the site WordPress.org Forums:
add_filter('woocommerce_get_breadcrumb', 'remove_shop_crumb', 20, 2); function remove_shop_crumb($crumbs, $breadcrumb) { $new_crumbs = array(); foreach ($crumbs as $key… -
Posted a reply to Remove the /shop/ page from a woocommerce product breadcrumbs, on the site WordPress.org Forums:
Hi @scprojectsgr! Thank you! I inserted you code, its worked. After i updated wordpress, woocommerce,… -
Created a topic, Как убрать Магазин Shop в микроразметке, on the site Форумы поддержки:
Доброго времени суток! Сайт на woocommerce и yoast С п… -
Posted a reply to Remove “Shop” In breadcrumbs, on the site WordPress.org Forums:
Hi! I delited Shop from breadcrumbs. How to remove Shop from schema BreadcrumbList? -
Posted a reply to Remove the /shop/ page from a woocommerce product breadcrumbs, on the site WordPress.org Forums:
Hi! I have same problem. How did you solve the problem? Can you share the…