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