I need to change link that appear as http://localhost/product/happy-ninja/
to http://localhost/product/happy-ninja?product=$product_id
and the code in the content-product.php look like this(line 44):
<a href="<?php the_permalink($product_id); ?>">
how to add the part ?product=
Thanks for your help
You could modify the permalink with the post_link filter
I have not tested it but this code might works: