From: Laury GvR Date: Fri, 26 Jun 2015 15:40:24 +0000 (-0400) Subject: Adding breadcrumbs, removing the woocommerce breadrumb removal. X-Git-Tag: v1.0.9^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=60fe3d117637d7efb05ebfa366b94c43d1d95e37;p=WP-Themes%2FSaultHistoricSites.git Adding breadcrumbs, removing the woocommerce breadrumb removal. --- 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 */