[Hack] Add custom permalink with e-mail string
-
Hi All,
I’m currently working on a plugin that has 4 actions. create, report-abuse, delete and share.
I allready have added the permalinks for share, but i can’t figure out how to let the create url’s work. For example… I have the following URL
http://www.example.com/create-widget/1200/[email protected]/123456789/
I have the following structure for the permalink:
create-widget/([0-9]{4})/(.+)/([0-9]+)/When i update the permalinks and call the above url, i’m getting a 404 not found page.
Can someone tell me how to fix this?
Thanks!
-Danny
The topic ‘[Hack] Add custom permalink with e-mail string’ is closed to new replies.