Permalink
-
Hi
i have a small issue with the permalinks of Gris Products.
For the moment my permalink for any product is :
https://www.mysite.com/product/myproduct
but i would like it to be :
https://www.mysite.com/mycategory/myproduct
how can i change “/product/” to the product actual category
for exemple say i have a product named “chicken” created in category “animals”, how can i change the permalink to be :
https://www.mysite.com/animals/chicken
i have found the rewrite rule on line 93 of grid_products.php
'rewrite' => array( 'slug' => 'product', 'with_front' => true ),
but i just cant figure out how to change it so does what i want :/Any Ideas ?
Thanks
- The topic ‘Permalink’ is closed to new replies.