There are 8 sections listed on home page that supposed to show only one
article that has certain flags on... no problem:
bypublishdate desc>
That works... but, i also dont want that portion of page to be empty
when latest issue is not fully setup, e.g. there are no articles with
this flags in latest issue. So, i need to turn off issue... and there it
fails. So unless i go something like:
.....
it cant work.
So, did anyone got similar problem and manage to overcome it? I mean, i
solved it by going local and setting section number for specific
sections, but why writing 8 portions of full code with html and stuff,
when it maybe is possible doing it in one loop. Also, this is ok when
you know sections that are supposed to be there, but if you want for
example list from n sections where there might be several articles with
same flags it might pose a problem, since simply by killing issue you
can end up with several articles from same section, or several from same
section but from different issue etc. so you cant actually control it.
Yes i know that you can switch off and on flags on articles, but thats
like added work as they need to keep track of those articles as well...