Given the currest plugins available, what is the easist way to do a list of entries based on an offset or if they were labeled into a certain category?
For example there are 100 posts. I have labeled a few into a category called "outdated". Now I want a list of old entries starting at an offset of 40 (normally giving a list of 60 entries) but also to show any in the first 40 that have been labeled as "outdated".
The offset is easy normally but now I obviously have to loop through all 100 and first check category and then check for count.
Ouch my brain hurts, please help if you have the time, many thanks.