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) { ?>
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) { ?>
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. :D
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:wordpress.org" seems to do the trick most of the time
This topic has been closed to new replies.