From 46528fa9b21d8abb21feee825045e4242790a3a5 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 7 Aug 2016 21:22:32 +0200 Subject: [PATCH] Make the `content.php` more flexible replace `is_single()` with `is_singular()` to make sure custom post types are accounted for by default --- template-parts/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-parts/content.php b/template-parts/content.php index efa0054f..60061845 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -12,7 +12,7 @@
>
', '' ); else : the_title( '

', '

' );