For my student's website at http://www.jusnews.net I'd like just one section (Features) to display articles from all issues. I have been looking at section.tpl but can't work out how to do it.
I have:
{{ list_articles constraints="OnSection is on" }}
.....
{{ /list_articles }}
So I guess in words what I want it to do is "List articles, if section is 7, then ignore issue=true" ... But how can I do this with Gimme?