Search code examples
randomexpressionengine

ExpressionEngine - displaying most recent 3 entries of each channel, followed by random (but non-repeating) entries


I need to output the most recent 3 entries from 4 different channels, followed by random entries from any of the four channels, but not including any of the most recent entries. Any idea how to accomplish this? I know how to display random entries, and I know how to display the 3 most recent entries of a channel, but not how to do the two things combined.


Solution

  • A great answer was provided in the new stack exchange site:

    https://expressionengine.stackexchange.com/questions/734/expressionengine-displaying-most-recent-3-entries-of-each-channel-followed-by