Passing variables through a friendly url
-
I’m in the process of developing a plugin which uses an API to gather data from a piece of recruitment software and provides the ability to show job listings on the site.
The problem I’m having is that I want to be able go to this url:
https://domain.com/jobs/{{JOBID}}/{{JOBTITLE}}/
rather than:
https://domain.com/jobs/?jobid={{JOBID}}&jobtitle={{JOBTITLE}}
I have configured it so that the second url works fine within the template file, I just need a hand getting the more attractive urls to work.
Any ideas?
- The topic ‘Passing variables through a friendly url’ is closed to new replies.