Hi friends 
I want to try something a little over my head.
I have a test site in wordpress, and I want to redirect every post to a product page, and it simply involves substitution, so I am thinking a wordpress plugin using regex?
It would be very simple, for example, if my permalink contains:
rubber-ducky
I would like to change the url that I am linking to within my own site to:
shop.php?k=rubber-ducky
Is there a plugin for this?
And yes, I know this is not a good way to make a website, this is just experimental
I want to try something a little over my head.
I have a test site in wordpress, and I want to redirect every post to a product page, and it simply involves substitution, so I am thinking a wordpress plugin using regex?
It would be very simple, for example, if my permalink contains:
rubber-ducky
I would like to change the url that I am linking to within my own site to:
shop.php?k=rubber-ducky
Is there a plugin for this?
And yes, I know this is not a good way to make a website, this is just experimental