Hi,
I have a sidebar that says “Articles from this week” but I only want to show 10 entries… Not the whole weeks worth… (As it could be something crazy like 500 or sometimes I might only post 3 stories and don’t want the other weeks shown)
The following doesn’t work…
{exp:channel:entries channel="stories" display_by="week" limit="10"}Because this will show 10 weeks worth of stories!
So how can I set a 10 entry limit and also use display_by=“week” ?
Thanks.