Hi all,
I am trying to show at random entries from a weblog up to a certain date so I am not showing entries that are too old. Here’s the code.
{exp:weblog:entries weblog="features" orderby="random" limit="5" dynamic="off" disable="member_data|trackbacks" stop_before="2009-12-01 20:00"}When I leave in orderby=“random” the “stop_before” parameter no longer seems to have any effect. When I remove the “orderby” the functionality works properly.
I would like both to work together if possible…is it possible?