4

I'm trying to figure out how to rename or translate the /product/ and /product-category/ slugs in WooCommerce.

I don't want to remove them completely, I just want to rename them to /lesson/ and /lesson-category/

Can this be done at all?

Dhruvin Moradiya
  • 546
  • 2
  • 10
  • 20
Joe Bloggs
  • 1,410
  • 2
  • 24
  • 53

2 Answers2

2

You can do this on the WordPress permalinks settings page. See product permalinks.

CJD
  • 782
  • 3
  • 10
  • 20
2

enter image description here

Replace product/ with your slug name example lesson/ and the same for the product categories to lesson-category

NJENGAH
  • 955
  • 15
  • 12