From: Laury GvR Date: Thu, 22 Mar 2018 19:18:52 +0000 (-0400) Subject: Correct IDs for Blocks groups X-Git-Tag: v1.0.0^2~48 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=eb4937153fde1a9f608ad8c181ec793df49b8982;p=WP-Themes%2Fbayharbor.git Correct IDs for Blocks groups --- 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')) {