@@ -26,8 +26,10 @@ |
||
26 | 26 | |
27 | 27 | if ( ! is_single() ) : |
28 | 28 | the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
29 | - else : |
|
29 | + else { |
|
30 | + : |
|
30 | 31 | the_title( '<h1 class="entry-title">', '</h1>' ); |
32 | + } |
|
31 | 33 | endif; |
32 | 34 | ?> |
33 | 35 | </header><!-- .entry-header --> |
@@ -30,8 +30,10 @@ |
||
30 | 30 | |
31 | 31 | if ( ! is_single() ) : |
32 | 32 | the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
33 | - else : |
|
33 | + else { |
|
34 | + : |
|
34 | 35 | the_title( '<h1 class="entry-title">', '</h1>' ); |
36 | + } |
|
35 | 37 | endif; |
36 | 38 | ?> |
37 | 39 | </header><!-- .entry-header --> |
@@ -69,9 +69,12 @@ |
||
69 | 69 | |
70 | 70 | <?php strip_content_nav( 'nav-below' ); ?> |
71 | 71 | |
72 | - <?php else : ?> |
|
72 | + <?php else { |
|
73 | + : ?> |
|
73 | 74 | |
74 | - <?php get_template_part( 'no-results', 'archive-comic' ); ?> |
|
75 | + <?php get_template_part( 'no-results', 'archive-comic' ); |
|
76 | +} |
|
77 | +?> |
|
75 | 78 | |
76 | 79 | <?php endif; |
77 | 80 | wp_reset_postdata(); ?> |
@@ -30,8 +30,10 @@ |
||
30 | 30 | |
31 | 31 | if ( ! is_single() ) : |
32 | 32 | the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
33 | - else : |
|
33 | + else { |
|
34 | + : |
|
34 | 35 | the_title( '<h1 class="entry-title">', '</h1>' ); |
36 | + } |
|
35 | 37 | endif; |
36 | 38 | ?> |
37 | 39 | </header><!-- .entry-header --> |
@@ -30,8 +30,10 @@ |
||
30 | 30 | |
31 | 31 | if ( ! is_single() ) : |
32 | 32 | the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
33 | - else : |
|
33 | + else { |
|
34 | + : |
|
34 | 35 | the_title( '<h1 class="entry-title">', '</h1>' ); |
36 | + } |
|
35 | 37 | endif; |
36 | 38 | ?> |
37 | 39 | </header><!-- .entry-header --> |