
david at kineticode
Feb 22, 2010, 9:08 AM
Post #2 of 5
(697 views)
Permalink
|
On Feb 21, 2010, at 11:09 PM, Zdravko Balorda wrote: > I am working on an import of about 20000 stories. Users > wish to have only a year old stories on cover pages, while > older should go on special archive cover pages. To use > expire date for this seem quite natural, but I wonder could > expired stories be published, ever? No. But if you're just listing stories from the last year on those pages, then limit the query to stories from the list year using the cover_date_start and cover_date_end parameters to list(). Best, David
|