From 60fe3d117637d7efb05ebfa366b94c43d1d95e37 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 26 Jun 2015 11:40:24 -0400 Subject: [PATCH] Adding breadcrumbs, removing the woocommerce breadrumb removal. --- functions.php | 3 +-- home.php | 4 ++++ index.php | 4 ++++ search.php | 4 ++++ single.php | 5 ++++- style.css | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index edb9da1..9c202ff 100644 --- a/functions.php +++ b/functions.php @@ -295,8 +295,7 @@ add_action('wp_enqueue_scripts', 'glm_site_scripts'); add_action( 'after_setup_theme', 'woocommerce_support' ); function woocommerce_support() { add_theme_support( 'woocommerce' ); -} -remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0); +} /* Header for posts*/ function glm_get_header() { diff --git a/home.php b/home.php index 8b55ba6..96a2464 100644 --- a/home.php +++ b/home.php @@ -1,5 +1,9 @@
+ +
+ +
diff --git a/index.php b/index.php index 1e5281a..bbbb034 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,10 @@
+ +
+ +
diff --git a/search.php b/search.php index 1a8015c..732fe2c 100644 --- a/search.php +++ b/search.php @@ -2,6 +2,10 @@
+
+ +
+

Search Results for ""

diff --git a/single.php b/single.php index 2364fc5..7021894 100644 --- a/single.php +++ b/single.php @@ -1,9 +1,12 @@
id="interior"> - +
+
+ +
diff --git a/style.css b/style.css index 02c09a9..4f432a0 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: SaultHistoricSites Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for SaultHistoricSites -Version: 1.0.3 +Version: 1.0.9 */ -- 2.17.1