Correct IDs for Blocks groups
authorLaury GvR <laury@gaslightmedia.com>
Thu, 22 Mar 2018 19:18:52 +0000 (15:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 22 Mar 2018 19:18:52 +0000 (15:18 -0400)
functions.php

index 1bd7cd4..a57b4a7 100644 (file)
@@ -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')) {