I am looking to clean up my urls by hiding my query string.
I currently have a book category that also has a query string that defines a custom query.
It looks something like ... books/?booknav=office,outlook
I have tried to read a little bit about both general rewrite rules and the rewrite class within WordPress but I am still confused.
Essentially I would like to have something like
...books/nav/office,outlook
Can anyone help?