- This topic has 4 replies, 2 voices, and was last updated 3 weeks, 3 days ago by .
-
Topic
-
In the “posts” field it seems we can add Query Args, and it says to use WP Query Post Args.
One of those args ispost__not_in
, which usually takes an array of post IDs to exclude.However, it doesnt seem to work, the Posts Select field will not offer any option at all, if we exclude a post with
post__not_in
in the fields query args.Perhaps I misunderstand the usage of these query args… but to me it seems, whichever Query Arg that takes an array will fail, so for example
page_id
(set to a single ID) will work, but none of the array args seem to work.Given there are a lot of WP Query args in array, perhaps we need to use a specific syntax when entering the values to the Fields settings?
- You must be logged in to reply to this topic.