Skip to content

Instantly share code, notes, and snippets.

@traversal
Created January 28, 2015 03: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 traversal/e57d96397172ca25c088 to your computer and use it in GitHub Desktop.
Save traversal/e57d96397172ca25c088 to your computer and use it in GitHub Desktop.
Force Template Change
// Add this to functions.php
function mp_template_change() {
echo "<script>jQuery( function($) { $('#mp-attributes select[name=page_template]').change(); } );</script>";
}
add_filter("admin_head", "mp_template_change");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment