i'm having a really difficult time getting this to work...
Basically - I have a url
i'm trying to make it so i can pass the month and year via querystrings like
however - anytime i do that i'm getting a 404 page not found in wordpress
Im not sure how I can configure the rewriting to allow a url like that AND allow me to access those querystring values
I really appreciate your guidance on this!!
Loren
Basically - I have a url
Code:
http://www.mysite.com/calendar-of-events
i'm trying to make it so i can pass the month and year via querystrings like
Code:
http://www.mysite.com/calendar-of-events?m=10&y=2012
however - anytime i do that i'm getting a 404 page not found in wordpress
Im not sure how I can configure the rewriting to allow a url like that AND allow me to access those querystring values
I really appreciate your guidance on this!!
Loren