page-templates/template-full-width-no-margins.php 1 location
|
@@ 23-31 (lines=9) @@
|
20 |
|
|
21 |
|
<?php lsx_content_top(); ?> |
22 |
|
|
23 |
|
<?php if ( have_posts() ) : ?> |
24 |
|
|
25 |
|
<?php while ( have_posts() ) : the_post(); ?> |
26 |
|
|
27 |
|
<?php get_template_part( 'partials/content', 'page' ); ?> |
28 |
|
|
29 |
|
<?php endwhile; ?> |
30 |
|
|
31 |
|
<?php endif; ?> |
32 |
|
|
33 |
|
<?php lsx_content_bottom(); ?> |
34 |
|
|
page-templates/template-full-width.php 1 location
|
@@ 23-31 (lines=9) @@
|
20 |
|
|
21 |
|
<?php lsx_content_top(); ?> |
22 |
|
|
23 |
|
<?php if ( have_posts() ) : ?> |
24 |
|
|
25 |
|
<?php while ( have_posts() ) : the_post(); ?> |
26 |
|
|
27 |
|
<?php get_template_part( 'partials/content', 'page' ); ?> |
28 |
|
|
29 |
|
<?php endwhile; ?> |
30 |
|
|
31 |
|
<?php endif; ?> |
32 |
|
|
33 |
|
<?php lsx_content_bottom(); ?> |
34 |
|
|
page-templates/template-no-sidebar.php 1 location
|
@@ 23-31 (lines=9) @@
|
20 |
|
|
21 |
|
<?php lsx_content_top(); ?> |
22 |
|
|
23 |
|
<?php if ( have_posts() ) : ?> |
24 |
|
|
25 |
|
<?php while ( have_posts() ) : the_post(); ?> |
26 |
|
|
27 |
|
<?php get_template_part( 'partials/content', 'page' ); ?> |
28 |
|
|
29 |
|
<?php endwhile; ?> |
30 |
|
|
31 |
|
<?php endif; ?> |
32 |
|
|
33 |
|
<?php lsx_content_bottom(); ?> |
34 |
|
|
page.php 1 location
|
@@ 20-28 (lines=9) @@
|
17 |
|
|
18 |
|
<?php lsx_content_top(); ?> |
19 |
|
|
20 |
|
<?php if ( have_posts() ) : ?> |
21 |
|
|
22 |
|
<?php while ( have_posts() ) : the_post(); ?> |
23 |
|
|
24 |
|
<?php get_template_part( 'partials/content', 'page' ); ?> |
25 |
|
|
26 |
|
<?php endwhile; ?> |
27 |
|
|
28 |
|
<?php endif; ?> |
29 |
|
|
30 |
|
<?php lsx_content_bottom(); ?> |
31 |
|
|