From: Ian Weller Date: Thu, 8 Sep 2016 15:23:48 +0000 (-0400) Subject: slowly working on structure breakout X-Git-Tag: v1.0.0^2~213 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=620d75e95bf52b8f6cd5b0cc43569b19756faaef;p=WP-Themes%2Fharborcountry.git slowly working on structure breakout I am working on getting the structure in place at the moment before getting all the styling in. I'll add the styling after the breakout meeting. --- diff --git a/index.php b/index.php index fa877a9..eca4e39 100644 --- a/index.php +++ b/index.php @@ -8,8 +8,6 @@
'Site Navigation' + 'top-bar' => 'Site Navigation', + 'footer' => 'Footer Navigation' )); /** diff --git a/parts/header-meta.php b/parts/header-meta.php index cc72778..5a91ec3 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,8 @@ <?php wp_title(); ?> - + + \ No newline at end of file diff --git a/sections/front-page.php b/sections/front-page.php index e0e927c..6c7d6e7 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -1,112 +1,17 @@
-
-
- -
-
-
-
- Training -
-

Let’s work together! Every team should have the best leaders equipped with the best solutions.

-
-
-
- Partnering -
-

Let’s work together! Your journey is our passion.

-
-
-
- Speaking -
-

Let’s work together! To inspire positive change.

-
-
-
- Planning -
-

Let’s work together! Your great vision deserves a great plan.

-
-
-
-
-
-
- $number, - 'orderby' => 'title', - 'order' => 'ASC', - 'hide_empty' => $hide_empty, - 'include' => $ids - ); - $product_categories = get_terms( 'product_cat', $args ); - $count = count($product_categories); - if ( $count > 0 ){ - foreach ( $product_categories as $product_category ) { ?> -
-
-
- -
-
- ' . $product_category->name . ''; - $args = array( - 'posts_per_page' => -1, - 'tax_query' => array( - 'relation' => 'AND', - array( - 'taxonomy' => 'product_cat', - 'field' => 'slug', - // 'terms' => 'white-wines' - 'terms' => $product_category->slug - ) - ), - 'post_type' => 'product', - 'orderby' => 'title,' - ); - $products = new WP_Query( $args ); - echo "
    "; - - while ( $products->have_posts() ) { - - $products->the_post(); - ?> -
  • - - - -
  • - have_posts()) { - echo "TBD"; - } - echo "
";?> -
-
-
- - +
+
-
- -
+
+ +
\ No newline at end of file diff --git a/sections/header.php b/sections/header.php index 726f945..a5c8f76 100644 --- a/sections/header.php +++ b/sections/header.php @@ -1,15 +1,39 @@
-
-
- -
-
- -

You Want Healthcare to be Great. We Do Too.

-

Let's Work Together.

+
+ + + +
+
+
+ Search
-
-

Let's Work Together.

+
+
+
+
+ +
+
+
Eight Great Towns, One Great Lake
+
+
+ +
\ No newline at end of file