Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
March 2025
Mar 06 Thu · 11:52
Forums med
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…
July 2022
Jul 17 Sun · 08:39
Forums med
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…
Jul 17 Sun · 06:23
Forums med
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…
Jul 17 Sun · 05:22
Forums med
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…
Jul 16 Sat · 08:47
Forums med
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,…
Jul 15 Fri · 21:17
Forums med
Created a topic, Как убрать Магазин Shop в микроразметке, on the site Форумы поддержки:
Доброго времени суток! Сайт на woocommerce и yoast С п…
Jul 15 Fri · 20:59
Forums med
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?
Jul 15 Fri · 18:45
Forums med
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…