@@ -47,8 +47,10 @@ discard block |
||
| 47 | 47 | |
| 48 | 48 | if ( ! is_single() ) : |
| 49 | 49 | the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
| 50 | - else : |
|
| 50 | + else { |
|
| 51 | + : |
|
| 51 | 52 | the_title( '<h1 class="entry-title">', '</h1>' ); |
| 53 | + } |
|
| 52 | 54 | endif; ?> |
| 53 | 55 | |
| 54 | 56 | </header><!-- .entry-header --> |
@@ -60,10 +62,13 @@ discard block |
||
| 60 | 62 | <?php the_excerpt(); ?> |
| 61 | 63 | </div><!-- .entry-summary --> |
| 62 | 64 | |
| 63 | - <?php else : ?> |
|
| 65 | + <?php else { |
|
| 66 | + : ?> |
|
| 64 | 67 | |
| 65 | 68 | <div class="entry-comic"> |
| 66 | - <?php the_content( __( 'Continue watching <span class="meta-nav">→</span>', 'strip' ) ); ?> |
|
| 69 | + <?php the_content( __( 'Continue watching <span class="meta-nav">→</span>', 'strip' ) ); |
|
| 70 | +} |
|
| 71 | +?> |
|
| 67 | 72 | |
| 68 | 73 | <?php endif; ?> |
| 69 | 74 | </div><!-- .entry-content --> |
@@ -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(); ?> |
@@ -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 ); ?>; |