I want to show a list of entries that excludes two or more specifically by id.
This works:
{% for entry in craft.entries.section('boardOfDirectors').id('not 12') %}
This does not:
{% for entry in craft.entries.section('boardOfDirectors').id('not 12,18') %}
Is this possible? Anyone know the correct syntax?
andat the beginning. See this other SE post for more information. – Lindsey D Mar 31 '16 at 17:39