From: Laury GvR Date: Fri, 15 Feb 2019 22:27:09 +0000 (-0500) Subject: Fix previous commit - add '-template' to template string X-Git-Tag: v1.0.0^2~79 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=56b61eb340df567b3619efc0fdf85486f390ad1f;p=WP-Themes%2Fuptravel.git Fix previous commit - add '-template' to template string --- diff --git a/sections/interior-page.php b/sections/interior-page.php index cce743a..6e76253 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -5,7 +5,7 @@ $template = str_replace( ".php", "", get_page_template_slug( $post->ID ) ); // All child pages of the counties page default to using the county-page template if ( $template == "" && is_in_tree( COUNTIES_PAGE_ID ) ) { - $template = "county-page"; + $template = "county-page-template"; } ?>