@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | <div class="container full-width"> |
| 10 | 10 | <div class="row"> |
| 11 | 11 | <main id="main" class="site-main" role="main"> |
| 12 | - <?php while ( have_posts() ) : the_post(); ?> |
|
| 12 | + <?php while (have_posts()) : the_post(); ?> |
|
| 13 | 13 | <div class="sections"> |
| 14 | 14 | <?php //the_content(); ?> |
| 15 | 15 | |
@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | <div class="row"> |
| 20 | 20 | <div class="col-xs-12"> |
| 21 | 21 | <div class="slider-inner"> |
| 22 | - <?php echo do_shortcode( '[masterslider id="1"]') ?> |
|
| 22 | + <?php echo do_shortcode('[masterslider id="1"]') ?> |
|
| 23 | 23 | </div> |
| 24 | 24 | <div class="messages"> |
| 25 | 25 | <p>Latest Financial Reports just added - View our 2016 Accounts here +</p> |
@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | <div class="col-xs-12"> |
| 193 | 193 | <h4>Members of the following groups, see how we already work with you:</h4> |
| 194 | 194 | |
| 195 | - <?php echo do_shortcode( '[members_logo]') ?> |
|
| 195 | + <?php echo do_shortcode('[members_logo]') ?> |
|
| 196 | 196 | </div> |
| 197 | 197 | </div> |
| 198 | 198 | </div> |
@@ -210,7 +210,7 @@ discard block |
||
| 210 | 210 | </div> |
| 211 | 211 | <div class="row"> |
| 212 | 212 | <div class="col-xs-12"> |
| 213 | - <?php echo do_shortcode( '[recent_posts]') ?> |
|
| 213 | + <?php echo do_shortcode('[recent_posts]') ?> |
|
| 214 | 214 | </div> |
| 215 | 215 | </div> |
| 216 | 216 | </section> |