@@ -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 --> |
@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | */ |
8 | 8 | |
9 | 9 | // Access global variable directly to set content_width. |
10 | -if ( isset( $GLOBALS['content_width'] ) ) { |
|
10 | +if (isset($GLOBALS['content_width'])) { |
|
11 | 11 | $GLOBALS['content_width'] = 1920; |
12 | 12 | } |
13 | 13 | ?> |
@@ -18,33 +18,33 @@ discard block |
||
18 | 18 | |
19 | 19 | <header class="entry-header"> |
20 | 20 | <?php |
21 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); |
|
21 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
22 | 22 | |
23 | - if ( ! is_single() ) : |
|
24 | - the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
|
23 | + if ( ! is_single()) : |
|
24 | + the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); |
|
25 | 25 | else : |
26 | - the_title( '<h1 class="entry-title">', '</h1>' ); |
|
26 | + the_title('<h1 class="entry-title">', '</h1>'); |
|
27 | 27 | endif; |
28 | 28 | ?> |
29 | 29 | </header><!-- .entry-header --> |
30 | 30 | |
31 | - <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'strip' ) ); ?> |
|
31 | + <?php the_content(__('Continue reading <span class="meta-nav">→</span>', 'strip')); ?> |
|
32 | 32 | |
33 | 33 | </div><!-- .entry-attachment --> |
34 | 34 | |
35 | 35 | <footer class="entry-meta"> |
36 | 36 | <?php strip_entry_meta(); ?> |
37 | 37 | |
38 | - <span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'image' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'image' ) ); ?></a></span> |
|
38 | + <span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('image')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('image'))); ?>"><?php echo esc_html(get_post_format_string('image')); ?></a></span> |
|
39 | 39 | |
40 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
40 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
41 | 41 | </footer><!-- .entry-meta --> |
42 | 42 | |
43 | - <?php if ( has_excerpt() ) : ?> |
|
43 | + <?php if (has_excerpt()) : ?> |
|
44 | 44 | <div class="entry-summary"> |
45 | - <?php do_action( 'strip_formatted_posts_excerpt_before' ); ?> |
|
45 | + <?php do_action('strip_formatted_posts_excerpt_before'); ?> |
|
46 | 46 | <?php the_excerpt(); ?> |
47 | - <?php do_action( 'strip_formatted_posts_excerpt_after' ); ?> |
|
47 | + <?php do_action('strip_formatted_posts_excerpt_after'); ?> |
|
48 | 48 | </div><!-- .entry-caption --> |
49 | 49 | <?php endif; ?> |
50 | 50 |
@@ -7,10 +7,10 @@ |
||
7 | 7 | */ |
8 | 8 | |
9 | 9 | ?> |
10 | -<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> |
|
10 | +<form role="search" method="get" class="search-form" action="<?php echo esc_url(home_url('/')); ?>"> |
|
11 | 11 | <label> |
12 | - <span class="screen-reader-text"><?php echo esc_attr_x( 'Search for:', 'label', 'strip' ); ?></span> |
|
13 | - <input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search?', 'placeholder', 'strip' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" /> |
|
12 | + <span class="screen-reader-text"><?php echo esc_attr_x('Search for:', 'label', 'strip'); ?></span> |
|
13 | + <input type="search" class="search-field" placeholder="<?php echo esc_attr_x('Search?', 'placeholder', 'strip'); ?>" value="<?php echo esc_attr(get_search_query()); ?>" name="s" /> |
|
14 | 14 | </label> |
15 | - <input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', 'strip' ); ?>"> |
|
15 | + <input type="submit" class="search-submit" value="<?php echo esc_attr_x('Search', 'submit button', 'strip'); ?>"> |
|
16 | 16 | </form> |
@@ -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 --> |
@@ -7,28 +7,28 @@ discard block |
||
7 | 7 | */ |
8 | 8 | |
9 | 9 | // Access global variable directly to set content_width. |
10 | -if ( isset( $GLOBALS['content_width'] ) ) { |
|
10 | +if (isset($GLOBALS['content_width'])) { |
|
11 | 11 | $GLOBALS['content_width'] = 1920; |
12 | 12 | } |
13 | 13 | ?> |
14 | 14 | |
15 | -<article id="post-<?php the_ID(); ?>" <?php post_class( 'clear' ); ?>> |
|
15 | +<article id="post-<?php the_ID(); ?>" <?php post_class('clear'); ?>> |
|
16 | 16 | <div class="entry-wrap wrap clear"> |
17 | 17 | |
18 | 18 | <?php |
19 | - if ( '' !== get_the_post_thumbnail() ) : |
|
20 | - the_post_thumbnail( 'strip-featured-thumbnail' ); |
|
19 | + if ('' !== get_the_post_thumbnail()) : |
|
20 | + the_post_thumbnail('strip-featured-thumbnail'); |
|
21 | 21 | endif; |
22 | 22 | ?> |
23 | 23 | |
24 | 24 | <header class="entry-header"> |
25 | 25 | <?php |
26 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); |
|
26 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
27 | 27 | |
28 | - if ( ! is_single() ) : |
|
29 | - the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
|
28 | + if ( ! is_single()) : |
|
29 | + the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); |
|
30 | 30 | else : |
31 | - the_title( '<h1 class="entry-title">', '</h1>' ); |
|
31 | + the_title('<h1 class="entry-title">', '</h1>'); |
|
32 | 32 | endif; |
33 | 33 | ?> |
34 | 34 | </header><!-- .entry-header --> |
@@ -37,8 +37,8 @@ discard block |
||
37 | 37 | <?php |
38 | 38 | the_content(sprintf( |
39 | 39 | /* translators: %s: Name of current post. */ |
40 | - esc_html( __( 'Continue reading %s <span class="meta-nav">→</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ), |
|
41 | - the_title( '<span class="screen-reader-text">"', '"</span>', false ) |
|
40 | + esc_html(__('Continue reading %s <span class="meta-nav">→</span>', 'strip'), array('span' => array('class' => array()))), |
|
41 | + the_title('<span class="screen-reader-text">"', '"</span>', false) |
|
42 | 42 | )); |
43 | 43 | |
44 | 44 | ?> |
@@ -47,16 +47,16 @@ discard block |
||
47 | 47 | <footer class="entry-meta"> |
48 | 48 | <?php strip_entry_meta(); ?> |
49 | 49 | |
50 | - <span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'video' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'video' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'video' ) ); ?></a></span> |
|
50 | + <span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('video')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('video'))); ?>"><?php echo esc_html(get_post_format_string('video')); ?></a></span> |
|
51 | 51 | |
52 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
52 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
53 | 53 | </footer><!-- .entry-meta --> |
54 | 54 | |
55 | - <?php if ( has_excerpt() ) : ?> |
|
55 | + <?php if (has_excerpt()) : ?> |
|
56 | 56 | <div class="entry-summary"> |
57 | - <?php do_action( 'strip_formatted_posts_excerpt_before' ); ?> |
|
57 | + <?php do_action('strip_formatted_posts_excerpt_before'); ?> |
|
58 | 58 | <?php the_excerpt(); ?> |
59 | - <?php do_action( 'strip_formatted_posts_excerpt_after' ); ?> |
|
59 | + <?php do_action('strip_formatted_posts_excerpt_after'); ?> |
|
60 | 60 | </div><!-- .entry-caption --> |
61 | 61 | <?php endif; ?> |
62 | 62 |
@@ -11,18 +11,18 @@ |
||
11 | 11 | <article id="post-<?php the_ID(); ?>" > |
12 | 12 | <div class="wrap"> |
13 | 13 | <?php |
14 | - if ( '' !== get_the_post_thumbnail() ) : |
|
15 | - the_post_thumbnail( 'strip-featured-thumbnail' ); |
|
14 | + if ('' !== get_the_post_thumbnail()) : |
|
15 | + the_post_thumbnail('strip-featured-thumbnail'); |
|
16 | 16 | endif; |
17 | 17 | ?> |
18 | 18 | <header class="entry-header"> |
19 | - <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> |
|
19 | + <?php the_title('<h1 class="entry-title">', '</h1>'); ?> |
|
20 | 20 | </header><!-- .entry-header --> |
21 | 21 | |
22 | 22 | <footer class="entry-meta"> |
23 | 23 | <?php strip_entry_meta(); ?> |
24 | 24 | |
25 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
25 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
26 | 26 | </footer><!-- .entry-meta --> |
27 | 27 | |
28 | 28 | <div class="entry-content clear"> |
@@ -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> |
@@ -12,20 +12,20 @@ |
||
12 | 12 | <div class="wrap"> |
13 | 13 | <header class="entry-header"> |
14 | 14 | <?php |
15 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); ?> |
|
15 | + $categories_list = get_the_category_list(__(', ', 'strip')); ?> |
|
16 | 16 | |
17 | 17 | </header><!-- .entry-header --> |
18 | 18 | |
19 | 19 | <footer class="entry-meta"> |
20 | 20 | <?php strip_entry_meta(); ?> |
21 | 21 | |
22 | - <span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'link' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'link' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'link' ) ); ?></a></span> |
|
22 | + <span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('link')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('link'))); ?>"><?php echo esc_html(get_post_format_string('link')); ?></a></span> |
|
23 | 23 | |
24 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
24 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
25 | 25 | </footer><!-- .entry-meta --> |
26 | 26 | |
27 | 27 | <div class="entry-content"> |
28 | - <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'strip' ) ); ?> |
|
28 | + <?php the_content(__('Continue reading <span class="meta-nav">→</span>', 'strip')); ?> |
|
29 | 29 | |
30 | 30 | </div><!-- .entry-content --> |
31 | 31 | </div><!-- .entry-wrap --> |
@@ -12,19 +12,19 @@ |
||
12 | 12 | <div class="wrap"> |
13 | 13 | <header class="entry-header"> |
14 | 14 | <?php |
15 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); ?> |
|
15 | + $categories_list = get_the_category_list(__(', ', 'strip')); ?> |
|
16 | 16 | |
17 | 17 | </header><!-- .entry-header --> |
18 | 18 | |
19 | 19 | <footer class="entry-meta"> |
20 | 20 | |
21 | - <span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'quote' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'quote' ) ); ?></a></span> |
|
21 | + <span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('quote')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('quote'))); ?>"><?php echo esc_html(get_post_format_string('quote')); ?></a></span> |
|
22 | 22 | |
23 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
23 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
24 | 24 | </footer><!-- .entry-meta --> |
25 | 25 | |
26 | 26 | <div class="entry-content"> |
27 | - <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'strip' ) ); ?> |
|
27 | + <?php the_content(__('Continue reading <span class="meta-nav">→</span>', 'strip')); ?> |
|
28 | 28 | |
29 | 29 | </div><!-- .entry-content --> |
30 | 30 | </div><!-- .entry-wrap --> |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | * the visitor has not yet entered the password we will |
19 | 19 | * return early without loading the comments. |
20 | 20 | */ |
21 | -if ( post_password_required() ) { |
|
21 | +if (post_password_required()) { |
|
22 | 22 | return; |
23 | 23 | } |
24 | 24 | ?> |
@@ -27,13 +27,13 @@ discard block |
||
27 | 27 | |
28 | 28 | <?php |
29 | 29 | // You can start editing here -- including this comment! |
30 | - if ( have_comments() ) : ?> |
|
30 | + if (have_comments()) : ?> |
|
31 | 31 | <h2 class="comments-title"> |
32 | 32 | <?php |
33 | 33 | $comments_number = get_comments_number(); |
34 | - if ( '1' === $comments_number ) { |
|
34 | + if ('1' === $comments_number) { |
|
35 | 35 | /* translators: %s: post title */ |
36 | - printf( esc_html_x( 'One Reply to “%s”', 'comments title', 'strip' ), get_the_title() ); |
|
36 | + printf(esc_html_x('One Reply to “%s”', 'comments title', 'strip'), get_the_title()); |
|
37 | 37 | } else { |
38 | 38 | printf( |
39 | 39 | esc_attr( |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | 'strip' |
47 | 47 | ) |
48 | 48 | ), |
49 | - number_format_i18n( $comments_number ), |
|
49 | + number_format_i18n($comments_number), |
|
50 | 50 | get_the_title() |
51 | 51 | ); |
52 | 52 | } |
@@ -55,26 +55,26 @@ discard block |
||
55 | 55 | |
56 | 56 | <ol class="comment-list"> |
57 | 57 | <?php |
58 | - wp_list_comments( array( |
|
58 | + wp_list_comments(array( |
|
59 | 59 | 'avatar_size' => 96, |
60 | 60 | 'style' => 'ol', |
61 | 61 | 'short_ping' => true, |
62 | - 'reply_text' => __( 'Reply', 'strip' ), |
|
63 | - ) ); |
|
62 | + 'reply_text' => __('Reply', 'strip'), |
|
63 | + )); |
|
64 | 64 | ?> |
65 | 65 | </ol> |
66 | 66 | |
67 | - <?php the_comments_pagination( array( |
|
68 | - 'prev_text' => '<span class="screen-reader-text">' . __( 'Previous', 'strip' ) . '</span>', |
|
69 | - 'next_text' => '<span class="screen-reader-text">' . __( 'Next', 'strip' ) . '</span>', |
|
70 | - ) ); |
|
67 | + <?php the_comments_pagination(array( |
|
68 | + 'prev_text' => '<span class="screen-reader-text">' . __('Previous', 'strip') . '</span>', |
|
69 | + 'next_text' => '<span class="screen-reader-text">' . __('Next', 'strip') . '</span>', |
|
70 | + )); |
|
71 | 71 | |
72 | 72 | endif; // Check for have_comments(). |
73 | 73 | |
74 | 74 | // If comments are closed and there are comments, let's leave a little note, shall we? |
75 | - if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> |
|
75 | + if ( ! comments_open() && get_comments_number() && post_type_supports(get_post_type(), 'comments')) : ?> |
|
76 | 76 | |
77 | - <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'strip' ); ?></p> |
|
77 | + <p class="no-comments"><?php esc_html_e('Comments are closed.', 'strip'); ?></p> |
|
78 | 78 | <?php |
79 | 79 | endif; |
80 | 80 |
@@ -10,24 +10,24 @@ discard block |
||
10 | 10 | |
11 | 11 | <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> |
12 | 12 | <div class="wrap"> |
13 | - <?php if ( '' !== get_the_post_thumbnail() && ! is_single() ) : ?> |
|
14 | - <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'strip' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="<?php the_ID(); ?>" class="strip-featured-thumbnail"> |
|
15 | - <?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?> |
|
13 | + <?php if ('' !== get_the_post_thumbnail() && ! is_single()) : ?> |
|
14 | + <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr(sprintf(__('Permalink to %s', 'strip'), the_title_attribute('echo=0'))); ?>" rel="<?php the_ID(); ?>" class="strip-featured-thumbnail"> |
|
15 | + <?php the_post_thumbnail('strip-featured-thumbnail'); ?> |
|
16 | 16 | </a> |
17 | 17 | <?php else : ?> |
18 | - <?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?> |
|
18 | + <?php the_post_thumbnail('strip-featured-thumbnail'); ?> |
|
19 | 19 | <?php endif; ?> |
20 | 20 | |
21 | 21 | <header class="entry-header"> |
22 | 22 | <?php |
23 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); |
|
24 | - if ( $categories_list && strip_categorized_blog() ) { |
|
23 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
24 | + if ($categories_list && strip_categorized_blog()) { |
|
25 | 25 | echo '<span class="categories-links">' . $categories_list . '</span>'; |
26 | 26 | } |
27 | - if ( ! is_single() ) : |
|
28 | - the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
|
27 | + if ( ! is_single()) : |
|
28 | + the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); |
|
29 | 29 | else : |
30 | - the_title( '<h1 class="entry-title">', '</h1>' ); |
|
30 | + the_title('<h1 class="entry-title">', '</h1>'); |
|
31 | 31 | endif; |
32 | 32 | ?> |
33 | 33 | </header><!-- .entry-header --> |
@@ -35,14 +35,14 @@ discard block |
||
35 | 35 | <footer class="entry-meta"> |
36 | 36 | <?php strip_entry_meta(); ?> |
37 | 37 | |
38 | - <?php if ( ! post_password_required() && ( comments_open() || '0' !== get_comments_number() ) ) : ?> |
|
39 | - <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'strip' ), __( '1 Comment', 'strip' ), __( '% Comments', 'strip' ) ); ?></span> |
|
38 | + <?php if ( ! post_password_required() && (comments_open() || '0' !== get_comments_number())) : ?> |
|
39 | + <span class="comments-link"><?php comments_popup_link(__('Leave a comment', 'strip'), __('1 Comment', 'strip'), __('% Comments', 'strip')); ?></span> |
|
40 | 40 | <?php endif; ?> |
41 | 41 | |
42 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
42 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
43 | 43 | </footer><!-- .entry-meta --> |
44 | 44 | |
45 | - <?php if ( is_search() ) : // Only display Excerpts for Search. ?> |
|
45 | + <?php if (is_search()) : // Only display Excerpts for Search. ?> |
|
46 | 46 | <div class="entry-summary"> |
47 | 47 | <?php the_excerpt(); ?> |
48 | 48 | </div><!-- .entry-summary --> |
@@ -51,16 +51,16 @@ discard block |
||
51 | 51 | <?php |
52 | 52 | the_content(sprintf( |
53 | 53 | /* translators: %s: Name of current post. */ |
54 | - esc_html( __( 'Continue reading %s <span class="meta-nav">→</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ), |
|
55 | - get_the_title( '<span class="screen-reader-text">"', '"</span>', false ) |
|
54 | + esc_html(__('Continue reading %s <span class="meta-nav">→</span>', 'strip'), array('span' => array('class' => array()))), |
|
55 | + get_the_title('<span class="screen-reader-text">"', '"</span>', false) |
|
56 | 56 | )); |
57 | 57 | |
58 | 58 | wp_link_pages(array( |
59 | - 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'strip' ) . '</span>', |
|
59 | + 'before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'strip') . '</span>', |
|
60 | 60 | 'after' => '</div>', |
61 | 61 | 'link_before' => '<span>', |
62 | 62 | 'link_after' => '</span>', |
63 | - 'pagelink' => '<span class="screen-reader-text">' . __( 'Page', 'strip' ) . ' </span>%', |
|
63 | + 'pagelink' => '<span class="screen-reader-text">' . __('Page', 'strip') . ' </span>%', |
|
64 | 64 | 'separator' => '<span class="screen-reader-text">, </span>', |
65 | 65 | )); |
66 | 66 | ?> |
@@ -14,8 +14,11 @@ discard block |
||
14 | 14 | <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'strip' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="<?php the_ID(); ?>" class="strip-featured-thumbnail"> |
15 | 15 | <?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?> |
16 | 16 | </a> |
17 | - <?php else : ?> |
|
18 | - <?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?> |
|
17 | + <?php else { |
|
18 | + : ?> |
|
19 | + <?php the_post_thumbnail( 'strip-featured-thumbnail' ); |
|
20 | +} |
|
21 | +?> |
|
19 | 22 | <?php endif; ?> |
20 | 23 | |
21 | 24 | <header class="entry-header"> |
@@ -26,8 +29,10 @@ discard block |
||
26 | 29 | } |
27 | 30 | if ( ! is_single() ) : |
28 | 31 | the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
29 | - else : |
|
32 | + else { |
|
33 | + : |
|
30 | 34 | the_title( '<h1 class="entry-title">', '</h1>' ); |
35 | + } |
|
31 | 36 | endif; |
32 | 37 | ?> |
33 | 38 | </header><!-- .entry-header --> |
@@ -46,7 +51,8 @@ discard block |
||
46 | 51 | <div class="entry-summary"> |
47 | 52 | <?php the_excerpt(); ?> |
48 | 53 | </div><!-- .entry-summary --> |
49 | - <?php else : ?> |
|
54 | + <?php else { |
|
55 | + : ?> |
|
50 | 56 | <div class="entry-content"> |
51 | 57 | <?php |
52 | 58 | the_content(sprintf( |
@@ -54,6 +60,7 @@ discard block |
||
54 | 60 | esc_html( __( 'Continue reading %s <span class="meta-nav">→</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ), |
55 | 61 | get_the_title( '<span class="screen-reader-text">"', '"</span>', false ) |
56 | 62 | )); |
63 | +} |
|
57 | 64 | |
58 | 65 | wp_link_pages(array( |
59 | 66 | 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'strip' ) . '</span>', |