1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress debugging...

Discussion in 'PHP' started by Dmak02, Sep 28, 2008.

  1. #1
    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?
     
    Dmak02, Sep 28, 2008 IP