Retrieve url variable on pretty permalinks
-
To make a long story short… I’m using $_REQUEST[‘category’] and $_REQUEST[‘tag’] to query my site based on custom taxonomies.
This works:
https://www.saealumni.com.au/?category=deals&tag=multimediaBut this doesn’t:
https://www.saealumni.com.au/page/2?category=deals&tag=multimediaSo the pretty permalinks appear to be killing my ability to grab URL variables, meaning I can’t see past the first page of a custom tax query.
I cannot, for the life of me, figure out a way past this – and searching the internet for help hasn’t been entirely fruitful, so I figured I’d ask the community for help! I imagine it has something to do with mod rewrite, but I know very little about this stuff.
Any advice would be much appreciated, this has been driving me nuts for a little too long!
Thanks in advance,
Hadyn
- The topic ‘Retrieve url variable on pretty permalinks’ is closed to new replies.