I’m using that and it works fine… now how can I determine if a page is a https://www.mypage.com/?cat=whatever page?
also, if I want to first check if it’s my index.php page, and then check if it’s a /?cat=whatever type page, can I use a ‘switch/case’ function instead of an ‘if/else’ function? how do I write that in code?