diff --git a/single.php b/single.php index b07df8fe9..df601cc6e 100644 --- a/single.php +++ b/single.php @@ -11,7 +11,7 @@ $context = Timber::context(); $post = $context['post']; -$templates = array('templates/single-' . $post->ID . '.twig', 'templates/single-' . $post->post_type . '.twig', 'templates/single-' . $post->slug . '.twig', 'templates/single.twig'); +$templates = array('templates/single-' . $post->post_type . '.twig', 'templates/single.twig'); if (post_password_required($post->ID)) { $templates = 'templates/single-password.twig';