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