Skip to content

Instantly share code, notes, and snippets.

@davemac
Created April 24, 2018 03: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 davemac/4f9c6dc52fb53fe2cebdd0fcc2f8e5a1 to your computer and use it in GitHub Desktop.
Save davemac/4f9c6dc52fb53fe2cebdd0fcc2f8e5a1 to your computer and use it in GitHub Desktop.
wp-cli list the page templates used in a site
wp post list --post_type=page --fields=ID --format=csv | xargs -I % wp post meta get % _wp_page_template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment