Background
I'am generating posts from an uploaded csv. Each row is supposed to be a new CPT record which will have a term based on one of its column. This is the stripped csv
Post Title;This is the content.;mars
This is supposed to create a CPT with the title "Post Title", and "This is the content." as the post content. The last part is supposed to set the post to the "mars" of the taxonomy "planets"
Somehow the script failed me.
So now I will have to search CPT - posts that are not related to any term of the "planets" taxonomy.
Question
How to query posts that are not related to any term of a taxonomy?
Thank you in advance.