From 55c873f16742fde6919dfc103eb3884e0b6dc86d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 21 Sep 2016 15:36:43 -0400 Subject: [PATCH] changing from full width template to events list template as to execute do shortcode within the template markup --- functions.php | 2 +- sections/interior-page.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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") { ?> +
-- 2.17.1