Skip to content

Instantly share code, notes, and snippets.

@jrtashjian
Created January 16, 2019 18:35
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 jrtashjian/4e0c7f48106db2a9cb88776c41623a00 to your computer and use it in GitHub Desktop.
Save jrtashjian/4e0c7f48106db2a9cb88776c41623a00 to your computer and use it in GitHub Desktop.
Filter: curatewp_template_dir
<?php
add_filter( 'curatewp_template_dir', function( $template_dir ) {
// Change the template directory in your Parent or Child theme.
return 'curation_templates';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment