@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | |
15 | 15 | <header class="entry-header"> |
16 | 16 | |
17 | - <?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?> |
|
17 | + <?php the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); ?> |
|
18 | 18 | |
19 | 19 | <?php // call the series by title and list them. ?> |
20 | 20 | |
@@ -23,9 +23,9 @@ discard block |
||
23 | 23 | <?php |
24 | 24 | $args = array( |
25 | 25 | 'post_type' => 'comic', |
26 | - 'title_li' => esc_html_e( 'All Episodes', 'strip' ), |
|
26 | + 'title_li' => esc_html_e('All Episodes', 'strip'), |
|
27 | 27 | ); |
28 | - wp_list_pages( $args ); |
|
28 | + wp_list_pages($args); |
|
29 | 29 | ?> |
30 | 30 | </h2> |
31 | 31 | <br> |