Skip to content

Instantly share code, notes, and snippets.

@psorensen
Created December 2, 2021 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psorensen/474330934e1e89b278a758e228633dbb to your computer and use it in GitHub Desktop.
Save psorensen/474330934e1e89b278a758e228633dbb to your computer and use it in GitHub Desktop.
DFNY21 Query Loop
{
"post_type": ["post", "sf_press_release", "sf_linked_content"],
"tax_query": [{
"taxonomy": "sf_collection",
"field": "slug",
"terms": "dreamforce-ny-21"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment