From: Anthony Talarico Date: Wed, 21 Sep 2016 19:36:43 +0000 (-0400) Subject: changing from full width template to events list template as to execute do shortcode... X-Git-Tag: v1.0.0^2~139 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=55c873f16742fde6919dfc103eb3884e0b6dc86d;p=WP-Themes%2Fharborcountry.git changing from full width template to events list template as to execute do shortcode within the template markup --- diff --git a/functions.php b/functions.php index 4b69bd3..caee3db 100644 --- a/functions.php +++ b/functions.php @@ -212,7 +212,7 @@ add_filter( 'custom_page_templates', function( $now_templates ) { // Below are some commented examples of custom quasi-templates. $templates = array( 'page-chamber' => 'Chamber Page', - 'full-width' => 'Full Width' + 'events-list' => 'Events List' // 'any-template-slug' => 'Sample Template' , ); diff --git a/sections/interior-page.php b/sections/interior-page.php index 9642400..4075d71 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -21,8 +21,8 @@ - ID ) == "full-width") { ?> -
+ ID ) == "events-list") { ?> +