Skip to content

Instantly share code, notes, and snippets.

@neverything
Last active January 10, 2019 15:38
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 neverything/631bf87f886a869552af2061ba6864a2 to your computer and use it in GitHub Desktop.
Save neverything/631bf87f886a869552af2061ba6864a2 to your computer and use it in GitHub Desktop.
# Assuming you have polylang for translations, get the language you want to query:
wp term list language
# Use the language term slug for and --language as it's the taxonomy:
wp post list --post_type=post,page --lang=de --format=ids
# Pipe them so they are comma seperated
wp post list --post_type=post,page --lang=de --format=ids | tr " " ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment