From 393c082208f1bf0b13cec9979b7aae055814d89d Mon Sep 17 00:00:00 2001 From: SILENT COMICS Date: Mon, 1 Oct 2018 23:42:11 +0200 Subject: [PATCH 1/2] Update single-comic.php --- single-comic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single-comic.php b/single-comic.php index 7a9a59a..3597c1a 100644 --- a/single-comic.php +++ b/single-comic.php @@ -6,7 +6,7 @@ * @subpackage Strip */ -if ( post_type_exists( $post_type ) && is_single() ) { +if ( post_type_exists( $comics ) && is_single() ) { get_header( 'lite' ); } else { get_header(); @@ -36,7 +36,7 @@ - + From 7984eaed99375c5f3c3e7060cbeba014a69cccaa Mon Sep 17 00:00:00 2001 From: SILENT COMICS Date: Tue, 2 Oct 2018 00:10:49 +0200 Subject: [PATCH 2/2] Update single-comic.php --- single-comic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single-comic.php b/single-comic.php index 3597c1a..fd96499 100644 --- a/single-comic.php +++ b/single-comic.php @@ -6,7 +6,7 @@ * @subpackage Strip */ -if ( post_type_exists( $comics ) && is_single() ) { +if ( post_type_exists( $comic ) ) { get_header( 'lite' ); } else { get_header(); @@ -36,7 +36,7 @@ - +