@@ -20,9 +20,9 @@ discard block |
||
| 20 | 20 | |
| 21 | 21 | <?php lsx_content_top(); ?> |
| 22 | 22 | |
| 23 | - <?php if ( ( have_posts() && ! class_exists( 'LSX_Banners' ) || ( function_exists( 'has_blocks' ) && has_blocks() ) ) ) : ?> |
|
| 23 | + <?php if ((have_posts() && ! class_exists('LSX_Banners') || (function_exists('has_blocks') && has_blocks()))) : ?> |
|
| 24 | 24 | |
| 25 | - <?php while ( have_posts() ) : the_post(); ?> |
|
| 25 | + <?php while (have_posts()) : the_post(); ?> |
|
| 26 | 26 | |
| 27 | 27 | <?php lsx_entry_before(); ?> |
| 28 | 28 | |
@@ -32,10 +32,10 @@ discard block |
||
| 32 | 32 | <?php the_content(); ?> |
| 33 | 33 | |
| 34 | 34 | <?php |
| 35 | - wp_link_pages( array( |
|
| 36 | - 'before' => '<nav class="page-nav"><p>' . esc_html__( 'Pages:', 'lsx' ), |
|
| 35 | + wp_link_pages(array( |
|
| 36 | + 'before' => '<nav class="page-nav"><p>' . esc_html__('Pages:', 'lsx'), |
|
| 37 | 37 | 'after' => '</p></nav>', |
| 38 | - ) ); |
|
| 38 | + )); |
|
| 39 | 39 | ?> |
| 40 | 40 | </div><!-- .entry-content --> |
| 41 | 41 | |
@@ -47,11 +47,11 @@ discard block |
||
| 47 | 47 | |
| 48 | 48 | <?php endif; ?> |
| 49 | 49 | |
| 50 | - <?php if ( is_active_sidebar( 'sidebar-home' ) ) : ?> |
|
| 50 | + <?php if (is_active_sidebar('sidebar-home')) : ?> |
|
| 51 | 51 | |
| 52 | 52 | <div id="home-widgets"> |
| 53 | 53 | |
| 54 | - <?php dynamic_sidebar( 'sidebar-home' ); ?> |
|
| 54 | + <?php dynamic_sidebar('sidebar-home'); ?> |
|
| 55 | 55 | |
| 56 | 56 | </div> |
| 57 | 57 | |