Hi there. I have a pretty standard wordpress front page with pagination at the bottom so I can go to page 1, 2, ... to infinity.
All the pages look pretty much the same.
How can I put a switch on certain pages to do something different? IN other words:
"If this is page 2, show this bunch of HTML" .. or "If this is not page 3-infinity" then put the word "FOO" in this location.
Might someone know the basic PHP do to that?
THANKS!