I need help debugging. <li><a href="/pokemon/" <?php if (stripos($_SERVER['REQUEST_URI'],'pokemon') == true || in_category(7) || in_category(31) ) {echo 'class="selected"';} ?>>Pokemon Game</a></li> PHP: So that code works, but on the homepage, the condition is still true. It isn't suppose to be true. I have tried to isolate the problem, and it seems to be category 31. If I remove it, it works fine, but I can't use that solution. So, I tried to move the most recent article that I posted and see if it works, and it did! However, I need this article to be posted. What should I do?