diff --git a/404.php b/404.php
index ed61bce..bdea286 100644
--- a/404.php
+++ b/404.php
@@ -12,12 +12,27 @@
-
+
+
+
+
diff --git a/archive.php b/archive.php
index 8b2957c..9770baa 100644
--- a/archive.php
+++ b/archive.php
@@ -10,7 +10,12 @@
-
+
diff --git a/inc/front/helpers.php b/inc/front/helpers.php
index 0a6e5b7..027bc83 100644
--- a/inc/front/helpers.php
+++ b/inc/front/helpers.php
@@ -53,5 +53,12 @@ function stormbringer_bootstrap_grid(&$counter_posts = 0, $args = array(), $elem
return $clearfix;
}
-
-
+/**
+ * Display Yoast Breadcrumb
+ *
+ * @hooked stormbringer_content_before
+ */
+function stormbringer_breadcrumb(){
+ if ( function_exists( 'yoast_breadcrumb' ) ) : yoast_breadcrumb(); endif;
+}
+add_action('stormbringer_content_before', 'stormbringer_breadcrumb', 10);
diff --git a/page-fullwidth.php b/page-fullwidth.php
index c47c23b..b4d9f75 100644
Binary files a/page-fullwidth.php and b/page-fullwidth.php differ
diff --git a/page-fullwidthnotitle.php b/page-fullwidthnotitle.php
index 985487d..d25e998 100644
--- a/page-fullwidthnotitle.php
+++ b/page-fullwidthnotitle.php
@@ -15,7 +15,14 @@
-
+
@@ -25,6 +32,13 @@
+
+
diff --git a/page-sitemap.php b/page-sitemap.php
index 2204902..26698c4 100644
--- a/page-sitemap.php
+++ b/page-sitemap.php
@@ -14,7 +14,14 @@
-
+
@@ -75,6 +82,13 @@
+
+
diff --git a/page-styles.php b/page-styles.php
index 769568f..6118c09 100644
--- a/page-styles.php
+++ b/page-styles.php
@@ -14,7 +14,14 @@
-
+
@@ -7611,6 +7618,12 @@ classes (e.g.,
+
diff --git a/page-timeline.php b/page-timeline.php
index 6845bc4..4e46c20 100644
--- a/page-timeline.php
+++ b/page-timeline.php
@@ -14,7 +14,14 @@
-
+
@@ -97,6 +104,13 @@
+
+
diff --git a/page.php b/page.php
index e0f895f..29ef188 100644
--- a/page.php
+++ b/page.php
@@ -14,7 +14,14 @@
-
+
@@ -31,6 +38,13 @@
+
+
diff --git a/search.php b/search.php
index fce9fee..7488bbf 100644
--- a/search.php
+++ b/search.php
@@ -10,7 +10,14 @@
-
+
diff --git a/single.php b/single.php
index 20aeee7..27719e4 100644
--- a/single.php
+++ b/single.php
@@ -10,7 +10,14 @@
-
+
@@ -32,6 +39,13 @@
+
+
diff --git a/woocommerce.php b/woocommerce.php
index 48b63de..2706fd6 100644
--- a/woocommerce.php
+++ b/woocommerce.php
@@ -12,10 +12,24 @@
-
+
+
+