• I want to have something show only on the index.php page. So, I guess I need to know what is the opposite of:
    <?php if ($single) { ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pezastic

    (@pezastic)

    Nevermind, I found it:

    <?php if (!$single) { ?>
    Stuff you want only on a non-single pages
    <?php } ?>

    Cool! Nothing like being able to answer your own support questions! You’re becoming an expert, pez!

    happens all the time moose… they just get excited at the prospect of asking a question… then they get irritated and find the answer themselves. ??

    Thread Starter pezastic

    (@pezastic)

    Ah, but such is not entirely the case with me. I spent half a day searching for the answer via the search mechanism of this forum and the wiki. I had forgotten what I read last week about a google search and happened upon it in my search for the answer to my question. There is nothing better than google to search these forums:
    searchword site:www.remarpro.com” seems to do the trick most of the time

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What’s the opposite of..?’ is closed to new replies.