Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created August 30, 2016 04:37
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 BeardedGinger/a2847d1b46d3d020f23183db7536b259 to your computer and use it in GitHub Desktop.
Save BeardedGinger/a2847d1b46d3d020f23183db7536b259 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'amp_post_template_dir', 'lc_custom_amp_templates' );
/**
* Custom template directory for our AMP pages
*/
function lc_custom_amp_templates() {
return plugin_dir_path( __FILE__ ) . '/amp-templates';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment