diff --git a/404.php b/404.php index f0e7172..9b7e875 100644 --- a/404.php +++ b/404.php @@ -1,5 +1,7 @@ +
+

@@ -14,5 +16,7 @@
+
+ diff --git a/archive.php b/archive.php index c6bdb08..1c93e44 100644 --- a/archive.php +++ b/archive.php @@ -1,15 +1,25 @@ +
+

+ +
+ + +
+ diff --git a/footer.php b/footer.php index 3a02228..67cdca6 100644 --- a/footer.php +++ b/footer.php @@ -1,8 +1,6 @@ - - -
- + - -
- + + \ No newline at end of file diff --git a/front-page.php b/front-page.php index 8d73308..079eae7 100644 --- a/front-page.php +++ b/front-page.php @@ -1,14 +1,22 @@ +
+
+ + +
+ diff --git a/functions.php b/functions.php index f841363..49ac662 100644 --- a/functions.php +++ b/functions.php @@ -9,6 +9,8 @@ include_once('inc/roots-options.php'); // theme options menu include_once('inc/roots-ob.php'); // output buffer include_once('inc/roots-cleanup.php'); // code cleanup/removal include_once('inc/roots-htaccess.php'); // h5bp htaccess +include_once('inc/roots-hooks.php'); // hooks +include_once('inc/roots-actions.php'); // actions include_once('inc/roots-custom.php'); // custom functions // set the value of the main container class depending on the selected grid framework diff --git a/header.php b/header.php index 64163b1..db22712 100644 --- a/header.php +++ b/header.php @@ -19,6 +19,7 @@ + @@ -33,11 +34,11 @@ post_name; body_class($page_slug); ?>> +
- -
- + - -
-
- + diff --git a/inc/roots-actions.php b/inc/roots-actions.php new file mode 100644 index 0000000..08c6ab6 --- /dev/null +++ b/inc/roots-actions.php @@ -0,0 +1,34 @@ +"; + } +} + +function roots_1140_header_after() { + if (get_option('roots_css_framework') === '1140') { + echo "
"; + echo "
"; + } +} + +function roots_1140_footer_before() { + if (get_option('roots_css_framework') === '1140') { + echo "
"; + echo "
"; + } +} + +function roots_1140_footer_after() { + if (get_option('roots_css_framework') === '1140') { + echo "
"; + } +} + +?> \ No newline at end of file diff --git a/inc/roots-hooks.php b/inc/roots-hooks.php new file mode 100644 index 0000000..90e9d9b --- /dev/null +++ b/inc/roots-hooks.php @@ -0,0 +1,33 @@ + \ No newline at end of file diff --git a/index.php b/index.php index 9db7489..3fdd438 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,23 @@ -
+ +
+
-

Latest Posts

+

+ + -
+ +
+ diff --git a/loop-page.php b/loop-page.php index 60feefe..e846683 100644 --- a/loop-page.php +++ b/loop-page.php @@ -1,10 +1,11 @@ - - post_parent) { yoast_breadcrumb(''); } } ?> -

- - '' )); ?> - - - + + + post_parent) { yoast_breadcrumb(''); } } ?> +

+ + '' )); ?> + + + \ No newline at end of file diff --git a/loop-search.php b/loop-search.php index b66a0fd..2a33b51 100644 --- a/loop-search.php +++ b/loop-search.php @@ -4,19 +4,19 @@

- - +
> +

@@ -26,10 +26,9 @@ +
- - - + diff --git a/loop-single.php b/loop-single.php index 022c994..fb54b87 100644 --- a/loop-single.php +++ b/loop-single.php @@ -1,27 +1,29 @@ - -
id="post-"> -
-

- - - - - - - -
-
- -
- - -
- + +
id="post-"> + +
+

+ + + + + + + +
+
+ +
+ + + +
+ diff --git a/loop.php b/loop.php index fb1dc23..34a51ec 100644 --- a/loop.php +++ b/loop.php @@ -4,13 +4,13 @@

- - +
> +

@@ -30,10 +30,9 @@

+
- - - + diff --git a/page-custom.php b/page-custom.php index f15e942..317ce73 100644 --- a/page-custom.php +++ b/page-custom.php @@ -3,16 +3,26 @@ Template Name: Custom */ get_header(); ?> -
+ +
+
+ +
+ + +
+ diff --git a/page-full.php b/page-full.php index bd8f637..a690ce6 100644 --- a/page-full.php +++ b/page-full.php @@ -3,11 +3,17 @@ Template Name: Full Width */ get_header(); ?> +
+
+ +
+
- + + \ No newline at end of file diff --git a/page-sitemap.php b/page-sitemap.php index c9b6f2d..dfc085e 100644 --- a/page-sitemap.php +++ b/page-sitemap.php @@ -3,10 +3,14 @@ Template Name: Sitemap */ get_header(); ?> +
-
+ +
+ +

@@ -15,10 +19,16 @@ get_header(); ?>
+ + + + +
- + + \ No newline at end of file diff --git a/page-subpages.php b/page-subpages.php index 2cc27ce..8dfc67d 100644 --- a/page-subpages.php +++ b/page-subpages.php @@ -3,10 +3,14 @@ Template Name: List Subpages */ get_header(); ?> +
-
+ +
+ + ID.'&echo=0'); if ($children) { ?> @@ -16,10 +20,16 @@ get_header(); ?>
+ + + + +
- + + \ No newline at end of file diff --git a/page.php b/page.php index 8d73308..7061f6b 100644 --- a/page.php +++ b/page.php @@ -1,14 +1,24 @@ +
+
+ +
+ + + + +
- + + \ No newline at end of file diff --git a/search.php b/search.php index 7b5c699..e18b3b6 100644 --- a/search.php +++ b/search.php @@ -1,15 +1,25 @@ +
-
+ +
-

+

+ +
+ + + + +
- \ No newline at end of file + + diff --git a/sidebar.php b/sidebar.php index 3e88e0d..b4d6af7 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/single.php b/single.php index 2cbc480..286e91e 100644 --- a/single.php +++ b/single.php @@ -1,14 +1,24 @@ +
+
- + + +
+ + + + +
+