From 6d613bd50224dd3c8d8b992277fc3a4a8940f98f Mon Sep 17 00:00:00 2001 From: briankelleher Date: Tue, 22 Mar 2016 14:36:12 -0400 Subject: [PATCH] services template start --- www/wp-content/themes/ation2016/page-services.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/www/wp-content/themes/ation2016/page-services.php b/www/wp-content/themes/ation2016/page-services.php index e69de29..5d683fd 100644 --- a/www/wp-content/themes/ation2016/page-services.php +++ b/www/wp-content/themes/ation2016/page-services.php @@ -0,0 +1,12 @@ +ID ) ) { + Timber::render( 'single-password.twig', $context ); +} else { + Timber::render( array( 'single-' . $post->ID . '.twig', 'single-' . $post->post_type . '.twig', 'single.twig' ), $context ); +} \ No newline at end of file