I’m having problems with the start_on= and stop_before= parameters.
Or actually, with selecting entries inside a particular date range.
For instance, i want to select entries that are open in december:
start_on=“2011-12-01 00:00” stop_before=“2011-12-31 23:59”
(of course show_future_entries=“yes” and show_expired=“yes” are in place)
What happens is, an entry that starts on november 20th and expires on
december 5th is not shown in the december date range, even though it is not expired.
It seems, non-expired entries, from before start_on=, are not included in the mix.