I’m trying to get just one day’s entries on a page, which should be possible, according to the docs.
http://expressionengine.com/docs/modules/weblog/parameters.html#par_display_by
Here’s my URL:
http://www.example.com/calendar/2008/04/09/
Here’s my tag:
{exp:weblog:entries weblog="calendar_events" orderby="date" sort="asc" status="not closed" show_future_entries="yes" show_expired="yes" limit="1" display_by="day" disable="category_fields|pagination|trackbacks"}
But that only returns one weblog entry, even though there are several entries for April 9.
I also tried dynamic=off:
{exp:weblog:entries weblog="calendar_events" orderby="date" sort="asc" status="not closed" show_future_entries="yes" show_expired="yes" limit="1" display_by="day" year="{segment_2}" month="{segment_3}" day="{segment_4}" dynamic="off" disable="category_fields|pagination|trackbacks"}
But it also only displays one entry, not one day’s entries. I’m using EE 1.6.3 Build 20080319
TTFN
Travis
