I’ve been trying to filter channel entries by using the entry_id parameter. I’m using a snippet to determine the id’s.
The snippet itself outputs: 33|69|66|59|63|65|68|32|35|39|40|63|65|68
The entres tag looks like this: {exp:channel:entries channel="news" entry_id="{sql_limiet}”}
I’ve tried this: {exp:channel:entries channel="news" entry_id="33"} (no success)
I’ve checked the id’s, I’ve checkend the parsing order, I’ve tried it without the snippet, just hardcoded. And I still have no clue…
Is there anyone having the same issue?