Ever figure this one out?
I’d like to be able to re-write a ‘nice’ URL to pass parameters to a common wordpress page. For example, I’d like to make the URL:
/destination/phoenix/arizona/
re-write internally to:
/destination?city=phoenix&state=arizona
so that the page ‘destination’ can work with the parameters.
Anyone?