@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Template Name: Template with Visual Editor |
|
| 4 | - * |
|
| 5 | - * @package Lighthouse |
|
| 6 | - */ |
|
| 3 | + * Template Name: Template with Visual Editor |
|
| 4 | + * |
|
| 5 | + * @package Lighthouse |
|
| 6 | + */ |
|
| 7 | 7 | get_header(); ?> |
| 8 | 8 | |
| 9 | 9 | <div class="container"> |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | <div class="container"> |
| 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 | <section class="home-content"> |
| 14 | 14 | <?php the_content(); ?> |
| 15 | 15 | </section> |
@@ -18,12 +18,12 @@ |
||
| 18 | 18 | <div class="row"> |
| 19 | 19 | <main id="main" class="site-main" role="main"> |
| 20 | 20 | <?php |
| 21 | - while ( have_posts() ) : the_post(); |
|
| 21 | + while (have_posts()) : the_post(); |
|
| 22 | 22 | |
| 23 | - get_template_part( 'template-parts/content', 'page' ); |
|
| 23 | + get_template_part('template-parts/content', 'page'); |
|
| 24 | 24 | |
| 25 | 25 | // If comments are open or we have at least one comment, load up the comment template. |
| 26 | - if ( comments_open() || get_comments_number() ) : |
|
| 26 | + if (comments_open() || get_comments_number()) : |
|
| 27 | 27 | comments_template(); |
| 28 | 28 | endif; |
| 29 | 29 | |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Template Name: Home |
|
| 4 | - * |
|
| 5 | - * @package Lighthouse |
|
| 6 | - */ |
|
| 3 | + * Template Name: Home |
|
| 4 | + * |
|
| 5 | + * @package Lighthouse |
|
| 6 | + */ |
|
| 7 | 7 | get_header(); ?> |
| 8 | 8 | |
| 9 | 9 | <div class="container"> |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | <div class="container"> |
| 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 | <section class="home-content"> |
| 14 | 14 | <?php the_content(); ?> |
| 15 | 15 | </section> |