From 58683f161eec37f1590c866ff14fbc2bc2250356 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 18 Apr 2018 12:28:23 -0400 Subject: [PATCH] moving the financial bar below the featured image --- home-page.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/home-page.php b/home-page.php index 0636e0a..7b5bbb3 100644 --- a/home-page.php +++ b/home-page.php @@ -9,7 +9,7 @@ get_header(); $sections = of_get_option('parallax_section'); - + $count = 0; if(!empty($sections)): foreach ($sections as $section) : $page = get_post( $section['page'] ); @@ -97,10 +97,22 @@ get_header(); - + + +
+
+ Financial + Healthcare + Technology + Manufacturing + Professional Services +
+
+ -- 2.17.1