@@ -21,9 +21,9 @@ |
||
21 | 21 | <div class="row"> |
22 | 22 | <?php if ( have_posts() ) : ?> |
23 | 23 | <?php |
24 | - while ( have_posts() ) : |
|
25 | - the_post(); |
|
26 | - ?> |
|
24 | + while ( have_posts() ) : |
|
25 | + the_post(); |
|
26 | + ?> |
|
27 | 27 | |
28 | 28 | <?php include LSX_HEALTH_PLAN_PATH . '/templates/content-archive-recipe.php'; ?> |
29 | 29 |