From: Laury GvR Date: Fri, 19 Oct 2018 19:51:54 +0000 (-0400) Subject: Fix block and page IDs X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=45ff0f6fc69d65b378df99a265696a99f62318da;p=WP-Themes%2Flakesideclub.git Fix block and page IDs --- diff --git a/functions.php b/functions.php index aee5712..2e8a7f7 100644 --- a/functions.php +++ b/functions.php @@ -2,9 +2,9 @@ require_once 'lib/menu-walker.php'; require_once 'lib/navigation.php'; -define('OWNERS_FRONTPAGE_ID', 18); // A: 469, L: 18, dev: 22 -define('OWNERS_FRONTPAGE_BLOCKS_ID', 35); // A: , L: 35, dev: 29 -define('MAIN_FRONTPAGE_BLOCKS_ID', 34); // A: , L: 34, dev: 28 +define('OWNERS_FRONTPAGE_ID', 22); // A: 469, L: 18, dev: 22 +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');