From 0182ed6752c0b9e75097831e0c1f30798f1bbed8 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 9 Oct 2018 16:10:55 -0400 Subject: [PATCH] Pushed proper ID vars for blocks and fp --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index c1eacd9..2b4c84a 100644 --- a/functions.php +++ b/functions.php @@ -3,8 +3,8 @@ require_once 'lib/menu-walker.php'; require_once 'lib/navigation.php'; define('OWNERS_FRONTPAGE_ID', 22); // A: 469, L: 18, dev: 22 -define('OWNERS_FRONTPAGE_BLOCKS_ID', 28); // A: , L: 35, dev: 28 -define('MAIN_FRONTPAGE_BLOCKS_ID', 29); // A: , L: 34, dev: 29 +define('OWNERS_FRONTPAGE_BLOCKS_ID', 29); // A: , L: 35, dev: 29 +define('MAIN_FRONTPAGE_BLOCKS_ID', 28); // A: , L: 34, dev: 28 $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); -- 2.17.1