Skip to content

Instantly share code, notes, and snippets.

@marcbacon
Created April 11, 2016 19:53
Show Gist options
  • Save marcbacon/701f8df88137d9d8aa42eb69de9ef22c to your computer and use it in GitHub Desktop.
Save marcbacon/701f8df88137d9d8aa42eb69de9ef22c to your computer and use it in GitHub Desktop.
Test to see what pages are using a page template. MySQL
SELECT * FROM `wp_postmeta` WHERE `meta_value` like 'page-library.php'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment