From eb4937153fde1a9f608ad8c181ec793df49b8982 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 22 Mar 2018 15:18:52 -0400 Subject: [PATCH] Correct IDs for Blocks groups --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 1bd7cd4..a57b4a7 100644 --- a/functions.php +++ b/functions.php @@ -6,9 +6,9 @@ $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); add_action('widgets_init', 'glm_quicksite_widget_init'); -define("HOTEL_PAGE_ID", 13); -define("FRONT_BLOCKS_GROUP",128); -define("HOTEL_BLOCKS_GROUP",129); +define("HOTEL_PAGE_ID", 84); // L:13 +define("FRONT_BLOCKS_GROUP",383); // L:128 +define("HOTEL_BLOCKS_GROUP",129); // L:129 if (!function_exists('glm_quicksite_widget_init')) { -- 2.17.1