I want to output two weblog entries:
- the most recent entry
- a random entry that is not the most recent
seems like the easiest way to do this would be to use offset=“1” along with orderby=“random” but offset seems to be ignored.
am i wrong?
suggestions?