@@ 20-38 (lines=19) @@ | ||
17 | ||
18 | <?php lsx_content_top(); ?> |
|
19 | ||
20 | <?php if ( have_posts() ) : ?> |
|
21 | ||
22 | <div class="post-wrapper"> |
|
23 | ||
24 | <?php while ( have_posts() ) : the_post(); ?> |
|
25 | ||
26 | <?php get_template_part( 'partials/content', get_post_format() ); ?> |
|
27 | ||
28 | <?php endwhile; ?> |
|
29 | ||
30 | </div> |
|
31 | ||
32 | <?php lsx_paging_nav(); ?> |
|
33 | ||
34 | <?php else : ?> |
|
35 | ||
36 | <?php get_template_part( 'partials/content', 'none' ); ?> |
|
37 | ||
38 | <?php endif; ?> |
|
39 | ||
40 | <?php lsx_content_bottom(); ?> |
|
41 |
@@ 20-38 (lines=19) @@ | ||
17 | ||
18 | <?php lsx_content_top(); ?> |
|
19 | ||
20 | <?php if ( have_posts() ) : ?> |
|
21 | ||
22 | <div class="post-wrapper"> |
|
23 | ||
24 | <?php while ( have_posts() ) : the_post(); ?> |
|
25 | ||
26 | <?php get_template_part( 'partials/content', get_post_format() ); ?> |
|
27 | ||
28 | <?php endwhile; ?> |
|
29 | ||
30 | </div> |
|
31 | ||
32 | <?php lsx_paging_nav(); ?> |
|
33 | ||
34 | <?php else : ?> |
|
35 | ||
36 | <?php get_template_part( 'partials/content', 'none' ); ?> |
|
37 | ||
38 | <?php endif; ?> |
|
39 | ||
40 | <?php lsx_content_bottom(); ?> |
|
41 |