@@ -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 --> |
@@ -71,11 +71,14 @@ |
||
| 71 | 71 | } |
| 72 | 72 | <?php |
| 73 | 73 | // If the user has set a custom color for the text use that. |
| 74 | - else : |
|
| 74 | + else { |
|
| 75 | + : |
|
| 75 | 76 | ?> |
| 76 | 77 | .site-title a, |
| 77 | 78 | .site-description { |
| 78 | - color: #<?php echo esc_attr( $header_text_color ); ?>; |
|
| 79 | + color: #<?php echo esc_attr( $header_text_color ); |
|
| 80 | + } |
|
| 81 | + ?>; |
|
| 79 | 82 | } |
| 80 | 83 | .site-title { |
| 81 | 84 | border-color: #<?php echo esc_attr( $header_text_color ); ?>; |