Adding onto URL with custom Query?
-
Hi Everyone,
First off, my apologies if this has been asked and answered elsewhere; I couldn’t find an answer so hopefully some wordpress guru will know.
I currently have a setup similar to:
https://mysite.com/PAGENAME/SUBPAGE/?var1=foo&var2=bar
Where PAGENAME and SUBPAGE are auto-generated by wordpress (actual pages in the system). The variables are tagged onto the end and processed by php code in a custom page template.
What I’d like to do is change to something like:
https://mysite.com/PAGENAME/SUBPAGE/foo/bar
I haven’t had a ton of experience working with htaccess files, and I know wordpress does some stuff internally as well. I keep banging my head against the wall, any suggestions/links? I will drink a beer in your name if you can assist ??
-Dave
- The topic ‘Adding onto URL with custom Query?’ is closed to new replies.