I have a problem that can probably be solved with some PHP.
Lets say i have 1000 entries. I need to display 250 entries, but not just last 250 entries but every fourth entry.
Basically entry_id=“4|8|12|16” only dynamic.
New entry is created every few minutes so this has to be dynamic and always take last 1000 entries to work with.
Thanks
