From 034475014c5016d24af6c8b7e6ab3ab4a832da3f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Feb 2019 08:24:43 -0500 Subject: [PATCH] adding the checkout button to the front bage and sidebar --- functions.php | 2 +- header.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index d471b31..ac5cd9c 100644 --- a/functions.php +++ b/functions.php @@ -3,7 +3,7 @@ require_once 'lib/menu-walker.php'; require_once 'lib/navigation.php'; // dev = 5100 // live = 11148 -define("BUSINESS_PAGE", 5100); +define("BUSINESS_PAGE", 11148); $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front'); diff --git a/header.php b/header.php index ef16102..36ee5a6 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 4b3f61f..cc097f1 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: OtsegoCounty Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for OtsegoCounty -Version: 1.0.49 +Version: 1.0.50 */ -- 2.17.1