@@ -8,7 +8,7 @@ discard block |
||
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | 10 | // Access global variable directly to set content_width. |
| 11 | -if ( isset( $GLOBALS['content_width'] ) ) { |
|
| 11 | +if (isset($GLOBALS['content_width'])) { |
|
| 12 | 12 | $GLOBALS['content_width'] = 1920; |
| 13 | 13 | } |
| 14 | 14 | ?> |
@@ -19,36 +19,36 @@ discard block |
||
| 19 | 19 | |
| 20 | 20 | <header class="entry-header"> |
| 21 | 21 | <?php |
| 22 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); |
|
| 23 | - if ( $categories_list && strip_categorized_blog() ) { |
|
| 22 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
| 23 | + if ($categories_list && strip_categorized_blog()) { |
|
| 24 | 24 | echo '<span class="categories-links">' . $categories_list . '</span>'; |
| 25 | 25 | } |
| 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 --> |
| 34 | 34 | |
| 35 | - <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'strip' ) ); ?> |
|
| 35 | + <?php the_content(__('Continue reading <span class="meta-nav">→</span>', 'strip')); ?> |
|
| 36 | 36 | |
| 37 | 37 | </div><!-- .entry-attachment --> |
| 38 | 38 | |
| 39 | 39 | <footer class="entry-meta"> |
| 40 | 40 | <?php strip_entry_meta(); ?> |
| 41 | 41 | |
| 42 | - <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> |
|
| 42 | + <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> |
|
| 43 | 43 | |
| 44 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
| 44 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
| 45 | 45 | </footer><!-- .entry-meta --> |
| 46 | 46 | |
| 47 | - <?php if ( has_excerpt() ) : ?> |
|
| 47 | + <?php if (has_excerpt()) : ?> |
|
| 48 | 48 | <div class="entry-summary"> |
| 49 | - <?php do_action( 'strip_formatted_posts_excerpt_before' ); ?> |
|
| 49 | + <?php do_action('strip_formatted_posts_excerpt_before'); ?> |
|
| 50 | 50 | <?php the_excerpt(); ?> |
| 51 | - <?php do_action( 'strip_formatted_posts_excerpt_after' ); ?> |
|
| 51 | + <?php do_action('strip_formatted_posts_excerpt_after'); ?> |
|
| 52 | 52 | </div><!-- .entry-caption --> |
| 53 | 53 | <?php endif; ?> |
| 54 | 54 | |
@@ -12,8 +12,8 @@ discard block |
||
| 12 | 12 | <div class="wrap"> |
| 13 | 13 | <header class="entry-header"> |
| 14 | 14 | <?php |
| 15 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); |
|
| 16 | - if ( $categories_list && strip_categorized_blog() ) { |
|
| 15 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
| 16 | + if ($categories_list && strip_categorized_blog()) { |
|
| 17 | 17 | echo '<span class="categories-links">' . $categories_list . '</span>'; |
| 18 | 18 | } |
| 19 | 19 | ?> |
@@ -22,13 +22,13 @@ discard block |
||
| 22 | 22 | <footer class="entry-meta"> |
| 23 | 23 | <?php strip_entry_meta(); ?> |
| 24 | 24 | |
| 25 | - <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> |
|
| 25 | + <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> |
|
| 26 | 26 | |
| 27 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
| 27 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
| 28 | 28 | </footer><!-- .entry-meta --> |
| 29 | 29 | |
| 30 | 30 | <div class="entry-content"> |
| 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-content --> |
| 34 | 34 | </div><!-- .entry-wrap --> |
@@ -14,30 +14,30 @@ |
||
| 14 | 14 | <div class="entry-info"> |
| 15 | 15 | <header class="entry-header"> |
| 16 | 16 | <?php |
| 17 | - $categories_list = get_the_category_list( __( ', ', 'strip' ) ); |
|
| 18 | - if ( $categories_list && strip_categorized_blog() ) { |
|
| 17 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
| 18 | + if ($categories_list && strip_categorized_blog()) { |
|
| 19 | 19 | echo '<span class="categories-links">' . $categories_list . '</span>'; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | - if ( ! is_single() ) : |
|
| 23 | - the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
|
| 22 | + if ( ! is_single()) : |
|
| 23 | + the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); |
|
| 24 | 24 | else : |
| 25 | - the_title( '<h1 class="entry-title">', '</h1>' ); |
|
| 25 | + the_title('<h1 class="entry-title">', '</h1>'); |
|
| 26 | 26 | endif; |
| 27 | 27 | ?> |
| 28 | 28 | </header><!-- .entry-header --> |
| 29 | 29 | |
| 30 | 30 | <footer class="entry-meta"> |
| 31 | 31 | |
| 32 | - <span class="entry-format"><a href="<?php echo esc_url( get_post_format_link( 'audio' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'strip' ), get_post_format_string( 'audio' ) ) ); ?>"><?php echo esc_html( get_post_format_string( 'audio' ) ); ?></a></span> |
|
| 32 | + <span class="entry-format"><a href="<?php echo esc_url(get_post_format_link('audio')); ?>" title="<?php echo esc_attr(sprintf(__('All %s posts', 'strip'), get_post_format_string('audio'))); ?>"><?php echo esc_html(get_post_format_string('audio')); ?></a></span> |
|
| 33 | 33 | |
| 34 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
| 34 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
| 35 | 35 | </footer><!-- .entry-meta --> |
| 36 | 36 | |
| 37 | 37 | </div><!-- .entry-info --> |
| 38 | 38 | |
| 39 | 39 | <div class="entry-content clear"> |
| 40 | - <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'strip' ) ); ?> |
|
| 40 | + <?php the_content(__('Continue reading <span class="meta-nav">→</span>', 'strip')); ?> |
|
| 41 | 41 | |
| 42 | 42 | </div><!-- .entry-content --> |
| 43 | 43 | </div><!-- .entry-wrap --> |
@@ -7,31 +7,31 @@ 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' ) ); |
|
| 27 | - if ( $categories_list && strip_categorized_blog() ) { |
|
| 26 | + $categories_list = get_the_category_list(__(', ', 'strip')); |
|
| 27 | + if ($categories_list && strip_categorized_blog()) { |
|
| 28 | 28 | echo '<span class="categories-links">' . $categories_list . '</span>'; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | - if ( ! is_single() ) : |
|
| 32 | - the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); |
|
| 31 | + if ( ! is_single()) : |
|
| 32 | + the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); |
|
| 33 | 33 | else : |
| 34 | - the_title( '<h1 class="entry-title">', '</h1>' ); |
|
| 34 | + the_title('<h1 class="entry-title">', '</h1>'); |
|
| 35 | 35 | endif; |
| 36 | 36 | ?> |
| 37 | 37 | </header><!-- .entry-header --> |
@@ -40,8 +40,8 @@ discard block |
||
| 40 | 40 | <?php |
| 41 | 41 | the_content(sprintf( |
| 42 | 42 | /* translators: %s: Name of current post. */ |
| 43 | - esc_html( __( 'Continue reading %s <span class="meta-nav">→</span>', 'strip' ), array( 'span' => array( 'class' => array() ) ) ), |
|
| 44 | - the_title( '<span class="screen-reader-text">"', '"</span>', false ) |
|
| 43 | + esc_html(__('Continue reading %s <span class="meta-nav">→</span>', 'strip'), array('span' => array('class' => array()))), |
|
| 44 | + the_title('<span class="screen-reader-text">"', '"</span>', false) |
|
| 45 | 45 | )); |
| 46 | 46 | |
| 47 | 47 | ?> |
@@ -50,16 +50,16 @@ discard block |
||
| 50 | 50 | <footer class="entry-meta"> |
| 51 | 51 | <?php strip_entry_meta(); ?> |
| 52 | 52 | |
| 53 | - <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> |
|
| 53 | + <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> |
|
| 54 | 54 | |
| 55 | - <?php edit_post_link( __( 'Edit', 'strip' ), '<span class="edit-link">', '</span>' ); ?> |
|
| 55 | + <?php edit_post_link(__('Edit', 'strip'), '<span class="edit-link">', '</span>'); ?> |
|
| 56 | 56 | </footer><!-- .entry-meta --> |
| 57 | 57 | |
| 58 | - <?php if ( has_excerpt() ) : ?> |
|
| 58 | + <?php if (has_excerpt()) : ?> |
|
| 59 | 59 | <div class="entry-summary"> |
| 60 | - <?php do_action( 'strip_formatted_posts_excerpt_before' ); ?> |
|
| 60 | + <?php do_action('strip_formatted_posts_excerpt_before'); ?> |
|
| 61 | 61 | <?php the_excerpt(); ?> |
| 62 | - <?php do_action( 'strip_formatted_posts_excerpt_after' ); ?> |
|
| 62 | + <?php do_action('strip_formatted_posts_excerpt_after'); ?> |
|
| 63 | 63 | </div><!-- .entry-caption --> |
| 64 | 64 | <?php endif; ?> |
| 65 | 65 | |
@@ -17,9 +17,9 @@ discard block |
||
| 17 | 17 | <div class="wrap"> |
| 18 | 18 | <header class="entry-header"> |
| 19 | 19 | <h3 class="taxonomy-description"> |
| 20 | - <?php printf( '<a href="%s" class="post-parent-title">%s</a>', |
|
| 21 | - esc_url( get_post_type_archive_link( 'comic' ) ), |
|
| 22 | - esc_html( get_the_title() ) |
|
| 20 | + <?php printf('<a href="%s" class="post-parent-title">%s</a>', |
|
| 21 | + esc_url(get_post_type_archive_link('comic')), |
|
| 22 | + esc_html(get_the_title()) |
|
| 23 | 23 | ); ?> |
| 24 | 24 | </a></h3> |
| 25 | 25 | <h1 class="page-title"><?php the_title(); ?></h1> |
@@ -28,28 +28,28 @@ discard block |
||
| 28 | 28 | <div class="columns"> |
| 29 | 29 | |
| 30 | 30 | <?php |
| 31 | - if ( get_query_var( 'paged' ) ) { |
|
| 31 | + if (get_query_var('paged')) { |
|
| 32 | 32 | $paged = 1; |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | // Call and run loop in descending order. |
| 36 | - $loop = new WP_Query( array( |
|
| 36 | + $loop = new WP_Query(array( |
|
| 37 | 37 | 'post_type' => 'comic', |
| 38 | 38 | 'story' => '', // add story term here if you want this template to only archive a specific story. |
| 39 | 39 | 'posts_per_page' => 12, // changes default Blog pages number "reading settings" set in dashboard. |
| 40 | 40 | 'paged' => $paged, // you absolutely need this. |
| 41 | 41 | 'orderby' => 'title', // order by title or date. |
| 42 | 42 | 'order' => 'DESC', |
| 43 | - ) ); |
|
| 43 | + )); |
|
| 44 | 44 | |
| 45 | 45 | // Start the loop. |
| 46 | - if ( $loop->have_posts() ) : |
|
| 47 | - while ( $loop->have_posts() ) : |
|
| 46 | + if ($loop->have_posts()) : |
|
| 47 | + while ($loop->have_posts()) : |
|
| 48 | 48 | $loop->the_post(); |
| 49 | 49 | ?> |
| 50 | 50 | <div class="column"> |
| 51 | - <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( esc_html__( 'Permanent Link to %s', 'strip' ),the_title_attribute( 'echo=0' ) ); ?>"></a> |
|
| 52 | - <?php if ( get_the_post_thumbnail() !== '' ) { |
|
| 51 | + <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf(esc_html__('Permanent Link to %s', 'strip'), the_title_attribute('echo=0')); ?>"></a> |
|
| 52 | + <?php if (get_the_post_thumbnail() !== '') { |
|
| 53 | 53 | |
| 54 | 54 | echo '<a href="'; |
| 55 | 55 | the_permalink(); |
@@ -64,12 +64,12 @@ discard block |
||
| 64 | 64 | the_permalink(); |
| 65 | 65 | echo '" class="thumbnail-wrapper">'; |
| 66 | 66 | echo '<img src="'; |
| 67 | - echo esc_html( get_first_image() ); |
|
| 67 | + echo esc_html(get_first_image()); |
|
| 68 | 68 | echo '" alt="" />'; |
| 69 | 69 | echo '</a>'; |
| 70 | 70 | } ?> |
| 71 | 71 | |
| 72 | -<h2 class="series-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf( esc_html__( 'Permanent Link to %s', 'strip' ), the_title_attribute( 'echo=0' ) ); ?>"><?php the_title(); ?></a></h2> |
|
| 72 | +<h2 class="series-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf(esc_html__('Permanent Link to %s', 'strip'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2> |
|
| 73 | 73 | |
| 74 | 74 | </div><!-- .column --> |
| 75 | 75 | <?php endwhile; ?> |
@@ -82,10 +82,10 @@ discard block |
||
| 82 | 82 | // get_next_posts_link() usage with max_num_pages. ?> |
| 83 | 83 | <nav class="paging-navigation"> |
| 84 | 84 | <div class="nav-previous-page"> |
| 85 | -<?php next_posts_link( esc_html_x( 'Previous episodes', 'Next posts link', 'strip' ), $loop->max_num_pages ); ?> |
|
| 85 | +<?php next_posts_link(esc_html_x('Previous episodes', 'Next posts link', 'strip'), $loop->max_num_pages); ?> |
|
| 86 | 86 | </div> |
| 87 | 87 | <div class="nav-next-page"> |
| 88 | - <?php previous_posts_link( esc_html_x( 'Recent episodes' , 'Previous post link', 'strip' ) ); ?> |
|
| 88 | + <?php previous_posts_link(esc_html_x('Recent episodes', 'Previous post link', 'strip')); ?> |
|
| 89 | 89 | </div> |
| 90 | 90 | </nav> |
| 91 | 91 | <?php // clean up after the query and pagination. |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | ?> |
| 94 | 94 | <?php |
| 95 | 95 | else : |
| 96 | - get_template_part( 'no-results', 'archive-comic' ); |
|
| 96 | + get_template_part('no-results', 'archive-comic'); |
|
| 97 | 97 | endif; ?> |
| 98 | 98 | |
| 99 | 99 | </div><!-- .wrap --> |
@@ -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> |
@@ -26,20 +26,20 @@ discard block |
||
| 26 | 26 | */ |
| 27 | 27 | function disable_default_dashboard_widgets() { |
| 28 | 28 | global $wp_meta_boxes; |
| 29 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity'] ); // Activity Widget. |
|
| 30 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments'] ); // Comments Widget. |
|
| 31 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links'] ); // Incoming Links Widget. |
|
| 32 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins'] ); // Plugins Widget. |
|
| 29 | + unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity']); // Activity Widget. |
|
| 30 | + unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']); // Comments Widget. |
|
| 31 | + unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']); // Incoming Links Widget. |
|
| 32 | + unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']); // Plugins Widget. |
|
| 33 | 33 | |
| 34 | - unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press'] ); // Quick Press Widget. |
|
| 35 | - unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts'] ); // Recent Drafts Widget. |
|
| 36 | - unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_primary'] ); // WordPress related feed. |
|
| 37 | - unset( $wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary'] ); // |
|
| 34 | + unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']); // Quick Press Widget. |
|
| 35 | + unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']); // Recent Drafts Widget. |
|
| 36 | + unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']); // WordPress related feed. |
|
| 37 | + unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']); // |
|
| 38 | 38 | |
| 39 | 39 | // remove plugin dashboard boxes |
| 40 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['yoast_db_widget'] ); // Yoast's SEO Plugin Widget. |
|
| 41 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['rg_forms_dashboard'] ); // Gravity Forms Plugin Widget. |
|
| 42 | - unset( $wp_meta_boxes['dashboard']['normal']['core']['bbp-dashboard-right-now'] ); // bbPress Plugin Widget. |
|
| 40 | + unset($wp_meta_boxes['dashboard']['normal']['core']['yoast_db_widget']); // Yoast's SEO Plugin Widget. |
|
| 41 | + unset($wp_meta_boxes['dashboard']['normal']['core']['rg_forms_dashboard']); // Gravity Forms Plugin Widget. |
|
| 42 | + unset($wp_meta_boxes['dashboard']['normal']['core']['bbp-dashboard-right-now']); // bbPress Plugin Widget. |
|
| 43 | 43 | |
| 44 | 44 | /* |
| 45 | 45 | Have more plugin widgets you'd like to remove? |
@@ -62,29 +62,29 @@ discard block |
||
| 62 | 62 | * RSS Dasboars Widget |
| 63 | 63 | */ |
| 64 | 64 | function strip_rss_dashboard_widget() { |
| 65 | - if ( function_exists( 'fetch_feed' ) ) { |
|
| 66 | - $feed = fetch_feed( 'https://silent-comics.tumblr.com/rss/' );// specify the source feed. |
|
| 67 | - if ( is_wp_error( $feed ) ) { |
|
| 65 | + if (function_exists('fetch_feed')) { |
|
| 66 | + $feed = fetch_feed('https://silent-comics.tumblr.com/rss/'); // specify the source feed. |
|
| 67 | + if (is_wp_error($feed)) { |
|
| 68 | 68 | $limit = 0; |
| 69 | 69 | $items = 0; |
| 70 | 70 | return; |
| 71 | 71 | } |
| 72 | - $limit = $feed->get_item_quantity( 7 ); // specify number of items. |
|
| 73 | - $items = $feed->get_items( 0, $limit ); // create an array of items. |
|
| 72 | + $limit = $feed->get_item_quantity(7); // specify number of items. |
|
| 73 | + $items = $feed->get_items(0, $limit); // create an array of items. |
|
| 74 | 74 | } |
| 75 | - if ( 0 ) { echo '<div>The RSS Feed is either empty or unavailable.</div>'; // fallback message. |
|
| 75 | + if (0) { echo '<div>The RSS Feed is either empty or unavailable.</div>'; // fallback message. |
|
| 76 | 76 | return; |
| 77 | 77 | } |
| 78 | - foreach ( $items as $item ) { ?> |
|
| 78 | + foreach ($items as $item) { ?> |
|
| 79 | 79 | |
| 80 | 80 | <h4 style="margin-bottom: 0;"> |
| 81 | - <a href="<?php echo $item->get_permalink(); ?>" title="<?php echo mysql2date( __( 'j F Y @ g:i a', 'strip' ), $item->get_date( 'Y-m-d H:i:s' ) ); ?>" target="_blank"> |
|
| 81 | + <a href="<?php echo $item->get_permalink(); ?>" title="<?php echo mysql2date(__('j F Y @ g:i a', 'strip'), $item->get_date('Y-m-d H:i:s')); ?>" target="_blank"> |
|
| 82 | 82 | <?php echo $item->get_title(); ?> |
| 83 | 83 | </a> |
| 84 | 84 | </h4> |
| 85 | 85 | <p style="margin-top: 0.5em; |
| 86 | 86 | .inside { max-width: 240px;}"> |
| 87 | - <?php echo substr( $item->get_description(), 0, 600 ); ?> |
|
| 87 | + <?php echo substr($item->get_description(), 0, 600); ?> |
|
| 88 | 88 | </p> |
| 89 | 89 | <?php |
| 90 | 90 | } |
@@ -94,16 +94,16 @@ discard block |
||
| 94 | 94 | * Calling all custom dashboard widgets. |
| 95 | 95 | */ |
| 96 | 96 | function strip_custom_dashboard_widgets() { |
| 97 | - wp_add_dashboard_widget( 'strip_rss_dashboard_widget', __( 'SILENT COMICS on tumblr', 'strip' ), 'strip_rss_dashboard_widget' ); |
|
| 97 | + wp_add_dashboard_widget('strip_rss_dashboard_widget', __('SILENT COMICS on tumblr', 'strip'), 'strip_rss_dashboard_widget'); |
|
| 98 | 98 | /** |
| 99 | 99 | * Be sure to drop any other created Dashboard Widgets. |
| 100 | 100 | * in this function and they will all load. |
| 101 | 101 | */ |
| 102 | 102 | } |
| 103 | 103 | // removing the dashboard widgets. |
| 104 | -add_action( 'wp_dashboard_setup', 'disable_default_dashboard_widgets' ); |
|
| 104 | +add_action('wp_dashboard_setup', 'disable_default_dashboard_widgets'); |
|
| 105 | 105 | // adding any custom widgets. |
| 106 | -add_action( 'wp_dashboard_setup', 'strip_custom_dashboard_widgets' ); |
|
| 106 | +add_action('wp_dashboard_setup', 'strip_custom_dashboard_widgets'); |
|
| 107 | 107 | |
| 108 | 108 | |
| 109 | 109 | /************* CUSTOM LOGIN PAGE *****************/ |
@@ -114,10 +114,10 @@ discard block |
||
| 114 | 114 | * See http://codex.wordpress.org/Plugin_API/Action_Reference/login_enqueue_scripts. |
| 115 | 115 | */ |
| 116 | 116 | function strip_login_css() { |
| 117 | - wp_enqueue_style( 'strip_login_css', get_template_directory_uri() . '/assets/css/login.css', false ); |
|
| 117 | + wp_enqueue_style('strip_login_css', get_template_directory_uri() . '/assets/css/login.css', false); |
|
| 118 | 118 | |
| 119 | 119 | // Enqueue custom font to the login form. |
| 120 | - wp_enqueue_style( 'inconsolata', get_template_directory_uri() . '/assets/fonts/inconsolata.css', array(), null ); |
|
| 120 | + wp_enqueue_style('inconsolata', get_template_directory_uri() . '/assets/fonts/inconsolata.css', array(), null); |
|
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | /** |
@@ -130,14 +130,14 @@ discard block |
||
| 130 | 130 | * Changing the alt text on the logo to show your site name. |
| 131 | 131 | */ |
| 132 | 132 | function strip_login_title() { |
| 133 | - return get_option( 'blogname' ); } |
|
| 133 | + return get_option('blogname'); } |
|
| 134 | 134 | |
| 135 | 135 | // calling it only on the login page. |
| 136 | -add_action( 'login_enqueue_scripts', 'strip_login_css', 10 ); |
|
| 136 | +add_action('login_enqueue_scripts', 'strip_login_css', 10); |
|
| 137 | 137 | // Add custom font to the login form. |
| 138 | -add_action( 'login_enqueue_scripts', 'inconsolata.css', 10 ); |
|
| 139 | -add_filter( 'login_headerurl', 'strip_login_url' ); |
|
| 140 | -add_filter( 'login_headertitle', 'strip_login_title' ); |
|
| 138 | +add_action('login_enqueue_scripts', 'inconsolata.css', 10); |
|
| 139 | +add_filter('login_headerurl', 'strip_login_url'); |
|
| 140 | +add_filter('login_headertitle', 'strip_login_title'); |
|
| 141 | 141 | |
| 142 | 142 | |
| 143 | 143 | /************* CUSTOMIZE ADMIN *******************/ |
@@ -154,10 +154,10 @@ discard block |
||
| 154 | 154 | */ |
| 155 | 155 | function strip_custom_admin_footer() { |
| 156 | 156 | ?> |
| 157 | - <span id="footer-thankyou"><a href="<?php echo esc_url( __( 'http://silent-comics.com/', 'strip' ) ); ?>"><?php printf( esc_html__( 'Developed by %s', 'strip' ), 'Silent Comics' ); ?></a> |
|
| 157 | + <span id="footer-thankyou"><a href="<?php echo esc_url(__('http://silent-comics.com/', 'strip')); ?>"><?php printf(esc_html__('Developed by %s', 'strip'), 'Silent Comics'); ?></a> |
|
| 158 | 158 | <span class="sep"> | </span> |
| 159 | - <a href="<?php echo esc_url( __( 'https://github.com/SilentComics/Strip/', 'strip' ) ); ?>"><?php printf( esc_html__( 'Contribute on %s', 'strip' ), 'GitHub' ); ?></a> |
|
| 159 | + <a href="<?php echo esc_url(__('https://github.com/SilentComics/Strip/', 'strip')); ?>"><?php printf(esc_html__('Contribute on %s', 'strip'), 'GitHub'); ?></a> |
|
| 160 | 160 | <?php } |
| 161 | 161 | |
| 162 | 162 | // adding it to the admin area. |
| 163 | -add_filter( 'admin_footer_text', 'strip_custom_admin_footer' ); |
|
| 163 | +add_filter('admin_footer_text', 'strip_custom_admin_footer'); |
|
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | * @package strip |
| 19 | 19 | */ |
| 20 | 20 | function strip_custom_header_setup() { |
| 21 | - add_theme_support( 'custom-header', apply_filters( 'strip_custom_header_args', array( |
|
| 21 | + add_theme_support('custom-header', apply_filters('strip_custom_header_args', array( |
|
| 22 | 22 | 'default-image' => get_template_directory_uri() . '/assets/images/Default-header.png', |
| 23 | 23 | 'default-text-color' => '000', |
| 24 | 24 | 'flex-width' => true, |
@@ -28,20 +28,20 @@ discard block |
||
| 28 | 28 | 'wp-head-callback' => 'strip_header_style', |
| 29 | 29 | 'admin-head-callback' => 'strip_admin_header_style', |
| 30 | 30 | 'admin-preview-callback' => 'strip_admin_header_image', |
| 31 | - ) ) ); |
|
| 31 | + ))); |
|
| 32 | 32 | } |
| 33 | -add_action( 'after_setup_theme', 'strip_custom_header_setup' ); |
|
| 33 | +add_action('after_setup_theme', 'strip_custom_header_setup'); |
|
| 34 | 34 | |
| 35 | -if ( ! function_exists( 'strip_header_style' ) ) : |
|
| 35 | +if ( ! function_exists('strip_header_style')) : |
|
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | 38 | * Register default header image |
| 39 | 39 | */ |
| 40 | - register_default_headers( array( |
|
| 40 | + register_default_headers(array( |
|
| 41 | 41 | 'DefaultHeader' => array( |
| 42 | 42 | 'url' => get_template_directory_uri() . '/assets/images/Default-header.png', |
| 43 | 43 | 'thumbnail_url' => get_template_directory_uri() . '/assets/images/Default-header.png', |
| 44 | - 'description' => _x( 'DefaultHeader', 'header image description', 'strip' ), |
|
| 44 | + 'description' => _x('DefaultHeader', 'header image description', 'strip'), |
|
| 45 | 45 | ), |
| 46 | 46 | )); |
| 47 | 47 | /** |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | |
| 55 | 55 | // If no custom options for text are set, let's bail |
| 56 | 56 | // get_header_textcolor() options: add_theme_support( 'custom-header' ) is default, hide text (returns 'blank') or any hex value. |
| 57 | - if ( get_theme_support( 'custom-header', 'default-text-color' ) === $header_text_color ) { |
|
| 57 | + if (get_theme_support('custom-header', 'default-text-color') === $header_text_color) { |
|
| 58 | 58 | return; |
| 59 | 59 | } |
| 60 | 60 | // If we get this far, we have custom styles. Let's do this. |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | <style type="text/css"> |
| 63 | 63 | <?php |
| 64 | 64 | // Has the text been hidden? |
| 65 | - if ( 'blank' === $header_text_color ) : |
|
| 65 | + if ('blank' === $header_text_color) : |
|
| 66 | 66 | ?> |
| 67 | 67 | .site-title, |
| 68 | 68 | .site-description { |
@@ -75,10 +75,10 @@ discard block |
||
| 75 | 75 | ?> |
| 76 | 76 | .site-title a, |
| 77 | 77 | .site-description { |
| 78 | - color: #<?php echo esc_html( $header_text_color ); ?>; |
|
| 78 | + color: #<?php echo esc_html($header_text_color); ?>; |
|
| 79 | 79 | } |
| 80 | 80 | .site-title { |
| 81 | - border-color: #<?php echo esc_html( $header_text_color ); ?>; |
|
| 81 | + border-color: #<?php echo esc_html($header_text_color); ?>; |
|
| 82 | 82 | } |
| 83 | 83 | <?php endif; ?> |
| 84 | 84 | |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | } |
| 88 | 88 | endif; // strip_header_style. |
| 89 | 89 | |
| 90 | -if ( ! function_exists( 'strip_admin_header_style' ) ) : |
|
| 90 | +if ( ! function_exists('strip_admin_header_style')) : |
|
| 91 | 91 | /** |
| 92 | 92 | * Styles the header image displayed on the Appearance > Header admin panel. |
| 93 | 93 | * |
@@ -120,19 +120,19 @@ discard block |
||
| 120 | 120 | } |
| 121 | 121 | endif; // strip_admin_header_style. |
| 122 | 122 | |
| 123 | -if ( ! function_exists( 'strip_admin_header_image' ) ) : |
|
| 123 | +if ( ! function_exists('strip_admin_header_image')) : |
|
| 124 | 124 | /** |
| 125 | 125 | * Custom header image markup displayed on the Appearance > Header admin panel. |
| 126 | 126 | * |
| 127 | 127 | * @see strip_custom_header_setup(). |
| 128 | 128 | */ |
| 129 | 129 | function strip_admin_header_image() { |
| 130 | - $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); |
|
| 130 | + $style = sprintf(' style="color:#%s;"', get_header_textcolor()); |
|
| 131 | 131 | ?> |
| 132 | 132 | <div id="headimg"> |
| 133 | - <h1 class="displaying-header-text"><a id="name"<?php echo esc_attr( $style ); ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1> |
|
| 134 | - <div class="displaying-header-text" id="desc"<?php echo esc_attr( $style ); ?>><?php bloginfo( 'description' ); ?></div> |
|
| 135 | - <?php if ( get_header_image() ) : ?> |
|
| 133 | + <h1 class="displaying-header-text"><a id="name"<?php echo esc_attr($style); ?> onclick="return false;" href="<?php echo esc_url(home_url('/')); ?>"><?php bloginfo('name'); ?></a></h1> |
|
| 134 | + <div class="displaying-header-text" id="desc"<?php echo esc_attr($style); ?>><?php bloginfo('description'); ?></div> |
|
| 135 | + <?php if (get_header_image()) : ?> |
|
| 136 | 136 | <img src="<?php header_image(); ?>" alt=""> |
| 137 | 137 | <?php endif; ?> |
| 138 | 138 | </div><!-- #headimg --> |
@@ -13,104 +13,104 @@ discard block |
||
| 13 | 13 | * Add custom header image to header area |
| 14 | 14 | */ |
| 15 | 15 | function strip_header_background() { |
| 16 | - if ( get_header_image() ) { |
|
| 17 | - $css = '.site-branding { background-image: url(' . esc_url( get_header_image() ) . '); }'; |
|
| 18 | - wp_add_inline_style( 'strip-style', $css ); |
|
| 16 | + if (get_header_image()) { |
|
| 17 | + $css = '.site-branding { background-image: url(' . esc_url(get_header_image()) . '); }'; |
|
| 18 | + wp_add_inline_style('strip-style', $css); |
|
| 19 | 19 | } |
| 20 | 20 | } |
| 21 | -add_action( 'wp_enqueue_scripts', 'strip_header_background', 11 ); |
|
| 21 | +add_action('wp_enqueue_scripts', 'strip_header_background', 11); |
|
| 22 | 22 | |
| 23 | -if ( ! function_exists( 'strip_content_nav' ) ) : |
|
| 23 | +if ( ! function_exists('strip_content_nav')) : |
|
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * Display navigation to next/previous pages when applicable |
| 27 | 27 | * |
| 28 | 28 | * @param $string $nav_id strip_content_nav. |
| 29 | 29 | */ |
| 30 | - function strip_content_nav( $nav_id ) { |
|
| 30 | + function strip_content_nav($nav_id) { |
|
| 31 | 31 | global $wp_query; |
| 32 | 32 | // Don't print empty markup on single pages if there's nowhere to navigate. |
| 33 | 33 | // Don't print empty markup in archives if there's only one page. |
| 34 | - if ( $wp_query->max_num_pages < 2 && ( is_home() || is_archive() || is_search() ) ) { |
|
| 34 | + if ($wp_query->max_num_pages < 2 && (is_home() || is_archive() || is_search())) { |
|
| 35 | 35 | return; |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | - $nav_class = ( is_single() || is_tax( 'story' ) ) ? 'post-navigation' : 'paging-navigation' ; |
|
| 38 | + $nav_class = (is_single() || is_tax('story')) ? 'post-navigation' : 'paging-navigation'; |
|
| 39 | 39 | |
| 40 | 40 | ?> <div class="wrap clear"> |
| 41 | 41 | |
| 42 | - <nav role="navigation" id="<?php echo esc_attr( $nav_id ); ?>" class="<?php echo esc_attr( $nav_class ); ?> clear"> |
|
| 43 | - <h1 class="screen-reader-text"><?php esc_html_e( 'Post navigation', 'strip' ); ?></h1> |
|
| 42 | + <nav role="navigation" id="<?php echo esc_attr($nav_id); ?>" class="<?php echo esc_attr($nav_class); ?> clear"> |
|
| 43 | + <h1 class="screen-reader-text"><?php esc_html_e('Post navigation', 'strip'); ?></h1> |
|
| 44 | 44 | |
| 45 | - <?php if ( 'comic' === get_post_type() && ( is_single() ) ) : // comics navigation links. |
|
| 45 | + <?php if ('comic' === get_post_type() && (is_single())) : // comics navigation links. |
|
| 46 | 46 | |
| 47 | 47 | $nav_class .= ' navigation-comic'; ?> |
| 48 | 48 | |
| 49 | 49 | <div class="navigation-comic"> |
| 50 | - <nav class="nav-first"><a href="<?php echo esc_url( first_comic_link() ); ?>"><?php esc_html_e( 'Start', 'strip' ); ?></a></nav> |
|
| 51 | - <nav class="nav-previous"><?php previous_post_link( '%link', __( 'Previous', 'strip' ), true, '', 'story' ); ?></nav> |
|
| 52 | - <nav class="nav-title"><?php the_title( '<h4 class="series-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h4>' ); ?></nav> |
|
| 53 | - <nav class="nav-next"><?php next_post_link( '%link', __( 'Next', 'strip' ), true, '', 'story' ); ?></nav> |
|
| 54 | - <nav class="nav-last"><a href="<?php echo esc_url( last_comic_link() ); ?>"><?php esc_html_e( 'Last', 'strip' ); ?></a></nav> |
|
| 50 | + <nav class="nav-first"><a href="<?php echo esc_url(first_comic_link()); ?>"><?php esc_html_e('Start', 'strip'); ?></a></nav> |
|
| 51 | + <nav class="nav-previous"><?php previous_post_link('%link', __('Previous', 'strip'), true, '', 'story'); ?></nav> |
|
| 52 | + <nav class="nav-title"><?php the_title('<h4 class="series-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h4>'); ?></nav> |
|
| 53 | + <nav class="nav-next"><?php next_post_link('%link', __('Next', 'strip'), true, '', 'story'); ?></nav> |
|
| 54 | + <nav class="nav-last"><a href="<?php echo esc_url(last_comic_link()); ?>"><?php esc_html_e('Last', 'strip'); ?></a></nav> |
|
| 55 | 55 | </div><!-- .navigation-comic --> |
| 56 | 56 | |
| 57 | - <?php elseif ( is_single() ) : // navigation links for single posts. ?> |
|
| 57 | + <?php elseif (is_single()) : // navigation links for single posts. ?> |
|
| 58 | 58 | |
| 59 | - <?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'strip' ) . '</span> %title' ); ?> |
|
| 60 | - <?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'strip' ) . '</span>' ); ?> |
|
| 59 | + <?php previous_post_link('<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x('←', 'Previous post link', 'strip') . '</span> %title'); ?> |
|
| 60 | + <?php next_post_link('<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x('→', 'Next post link', 'strip') . '</span>'); ?> |
|
| 61 | 61 | |
| 62 | - <?php elseif ( $wp_query->max_num_pages > 1 && ( is_home() || is_archive() || is_search() ) ) : // navigation links for blog, archive, and search pages. ?> |
|
| 62 | + <?php elseif ($wp_query->max_num_pages > 1 && (is_home() || is_archive() || is_search())) : // navigation links for blog, archive, and search pages. ?> |
|
| 63 | 63 | |
| 64 | - <?php if ( get_next_posts_link() ) : ?> |
|
| 65 | - <div class="nav-previous-page"><?php next_posts_link( __( 'Older posts', 'strip' ) ); ?></div> |
|
| 64 | + <?php if (get_next_posts_link()) : ?> |
|
| 65 | + <div class="nav-previous-page"><?php next_posts_link(__('Older posts', 'strip')); ?></div> |
|
| 66 | 66 | <?php endif; ?> |
| 67 | 67 | |
| 68 | - <?php if ( get_previous_posts_link() ) : ?> |
|
| 69 | - <div class="nav-next-page"><?php previous_posts_link( __( 'Recent posts', 'strip' ) ); ?></div> |
|
| 68 | + <?php if (get_previous_posts_link()) : ?> |
|
| 69 | + <div class="nav-next-page"><?php previous_posts_link(__('Recent posts', 'strip')); ?></div> |
|
| 70 | 70 | <?php endif; ?> |
| 71 | 71 | |
| 72 | 72 | <?php endif; ?> |
| 73 | 73 | |
| 74 | 74 | </div><!-- .entry-wrap --> |
| 75 | - </nav><!-- #<?php echo esc_attr( $nav_id ); ?> --> |
|
| 75 | + </nav><!-- #<?php echo esc_attr($nav_id); ?> --> |
|
| 76 | 76 | <?php |
| 77 | 77 | } |
| 78 | 78 | endif; // strip_content_nav. |
| 79 | 79 | |
| 80 | -if ( ! function_exists( 'strip_entry_meta' ) ) : |
|
| 80 | +if ( ! function_exists('strip_entry_meta')) : |
|
| 81 | 81 | /** |
| 82 | 82 | * Prints HTML with meta information for the current post-date/time and author. |
| 83 | 83 | */ |
| 84 | 84 | function strip_entry_meta() { |
| 85 | - if ( is_sticky() && is_home() ) { |
|
| 85 | + if (is_sticky() && is_home()) { |
|
| 86 | 86 | printf( |
| 87 | - __( '<span class="featured-post"><a href="%1$s" title="%2$s" rel="bookmark">Sticky</a></span>', 'strip' ), |
|
| 88 | - esc_url( get_permalink() ), |
|
| 89 | - esc_attr( get_the_time() ) |
|
| 87 | + __('<span class="featured-post"><a href="%1$s" title="%2$s" rel="bookmark">Sticky</a></span>', 'strip'), |
|
| 88 | + esc_url(get_permalink()), |
|
| 89 | + esc_attr(get_the_time()) |
|
| 90 | 90 | ); |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | - if ( 'post' === get_post_type() ) { |
|
| 93 | + if ('post' === get_post_type()) { |
|
| 94 | 94 | printf( |
| 95 | - __( '<span class="entry-date"><a href="%1$s" title="%2$s" rel="bookmark"><time datetime="%3$s">%4$s</time></a></span><span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span>', 'strip' ), |
|
| 96 | - esc_url( get_permalink() ), |
|
| 97 | - esc_attr( get_the_time() ), |
|
| 98 | - esc_attr( get_the_date( 'c' ) ), |
|
| 95 | + __('<span class="entry-date"><a href="%1$s" title="%2$s" rel="bookmark"><time datetime="%3$s">%4$s</time></a></span><span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span>', 'strip'), |
|
| 96 | + esc_url(get_permalink()), |
|
| 97 | + esc_attr(get_the_time()), |
|
| 98 | + esc_attr(get_the_date('c')), |
|
| 99 | 99 | get_the_date(), |
| 100 | - esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), |
|
| 101 | - esc_attr( sprintf( __( 'View all posts by %s', 'strip' ), get_the_author() ) ), |
|
| 100 | + esc_url(get_author_posts_url(get_the_author_meta('ID'))), |
|
| 101 | + esc_attr(sprintf(__('View all posts by %s', 'strip'), get_the_author())), |
|
| 102 | 102 | get_the_author() |
| 103 | 103 | ); |
| 104 | 104 | } |
| 105 | 105 | |
| 106 | - $tags_list = get_the_tag_list( '', _x( ', ', 'Used between list items, there is a space after the comma.', 'strip' ) ); |
|
| 107 | - if ( $tags_list ) { |
|
| 108 | - printf( '<span class="tags-links">' . esc_html( '%1$s', 'strip' ) . '</span>', $tags_list ); // WPCS: XSS OK. |
|
| 106 | + $tags_list = get_the_tag_list('', _x(', ', 'Used between list items, there is a space after the comma.', 'strip')); |
|
| 107 | + if ($tags_list) { |
|
| 108 | + printf('<span class="tags-links">' . esc_html('%1$s', 'strip') . '</span>', $tags_list); // WPCS: XSS OK. |
|
| 109 | 109 | } |
| 110 | 110 | } |
| 111 | 111 | endif; |
| 112 | 112 | |
| 113 | -if ( ! function_exists( 'strip_term_description' ) ) : |
|
| 113 | +if ( ! function_exists('strip_term_description')) : |
|
| 114 | 114 | /** |
| 115 | 115 | * Display optional term description for category, tag and custom taxonomy pages. |
| 116 | 116 | * |
@@ -120,8 +120,8 @@ discard block |
||
| 120 | 120 | // Show an optional term description. |
| 121 | 121 | $term_description = term_description(); |
| 122 | 122 | |
| 123 | - if ( is_post_type_archive( 'comic' ) || is_category() || is_tag() || is_tax( 'story' ) && ! empty( $term_description ) ) : |
|
| 124 | - printf( '<div class="taxonomy-description">%s</div>', $term_description, 'strip' ); // WPCS: XSS OK. |
|
| 123 | + if (is_post_type_archive('comic') || is_category() || is_tag() || is_tax('story') && ! empty($term_description)) : |
|
| 124 | + printf('<div class="taxonomy-description">%s</div>', $term_description, 'strip'); // WPCS: XSS OK. |
|
| 125 | 125 | endif; |
| 126 | 126 | } |
| 127 | 127 | endif; // ends check for strip_term_description. |
@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | * @return bool |
| 133 | 133 | */ |
| 134 | 134 | function strip_categorized_blog() { |
| 135 | - if ( false === ( $all_the_cool_cats = get_transient( 'strip_categories' ) ) ) { |
|
| 135 | + if (false === ($all_the_cool_cats = get_transient('strip_categories'))) { |
|
| 136 | 136 | // Create an array of all the categories that are attached to posts. |
| 137 | 137 | $all_the_cool_cats = get_categories(array( |
| 138 | 138 | 'fields' => 'ids', |
@@ -142,12 +142,12 @@ discard block |
||
| 142 | 142 | )); |
| 143 | 143 | |
| 144 | 144 | // Count the number of categories that are attached to the posts. |
| 145 | - $all_the_cool_cats = count( $all_the_cool_cats ); |
|
| 145 | + $all_the_cool_cats = count($all_the_cool_cats); |
|
| 146 | 146 | |
| 147 | - set_transient( 'strip_categories', $all_the_cool_cats ); |
|
| 147 | + set_transient('strip_categories', $all_the_cool_cats); |
|
| 148 | 148 | } |
| 149 | 149 | |
| 150 | - if ( $all_the_cool_cats > 1 ) { |
|
| 150 | + if ($all_the_cool_cats > 1) { |
|
| 151 | 151 | // This blog has more than 1 category so strip_categorized_blog should return true. |
| 152 | 152 | return true; |
| 153 | 153 | } |
@@ -159,16 +159,16 @@ discard block |
||
| 159 | 159 | * Flushes out the transients used in strip_categorized_blog. |
| 160 | 160 | */ |
| 161 | 161 | function strip_category_transient_flusher() { |
| 162 | - if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { |
|
| 162 | + if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) { |
|
| 163 | 163 | return; |
| 164 | 164 | } |
| 165 | 165 | // Like, beat it. Dig? |
| 166 | - delete_transient( 'strip_categories' ); |
|
| 166 | + delete_transient('strip_categories'); |
|
| 167 | 167 | } |
| 168 | -add_action( 'edit_category', 'strip_category_transient_flusher' ); |
|
| 169 | -add_action( 'save_post', 'strip_category_transient_flusher' ); |
|
| 168 | +add_action('edit_category', 'strip_category_transient_flusher'); |
|
| 169 | +add_action('save_post', 'strip_category_transient_flusher'); |
|
| 170 | 170 | |
| 171 | -if ( ! function_exists( 'strip_the_custom_logo' ) ) : |
|
| 171 | +if ( ! function_exists('strip_the_custom_logo')) : |
|
| 172 | 172 | /** |
| 173 | 173 | * Displays the optional custom logo. |
| 174 | 174 | * |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | * @since strip 1.0 |
| 178 | 178 | */ |
| 179 | 179 | function strip_the_custom_logo() { |
| 180 | - if ( function_exists( 'the_custom_logo' ) ) { |
|
| 180 | + if (function_exists('the_custom_logo')) { |
|
| 181 | 181 | the_custom_logo(); |
| 182 | 182 | } |
| 183 | 183 | } |
@@ -194,10 +194,10 @@ discard block |
||
| 194 | 194 | * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. |
| 195 | 195 | * @return mixed Array containing the boundary post object if successful, null otherwise. |
| 196 | 196 | */ |
| 197 | -function get_comic_boundary_post( $in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category' ) { |
|
| 197 | +function get_comic_boundary_post($in_same_term = false, $excluded_terms = '', $start = true, $taxonomy = 'category') { |
|
| 198 | 198 | global $post; |
| 199 | - setup_postdata( $post ); |
|
| 200 | - if ( ! taxonomy_exists( $taxonomy ) ) { |
|
| 199 | + setup_postdata($post); |
|
| 200 | + if ( ! taxonomy_exists($taxonomy)) { |
|
| 201 | 201 | return null; |
| 202 | 202 | } |
| 203 | 203 | |
@@ -212,39 +212,39 @@ discard block |
||
| 212 | 212 | |
| 213 | 213 | $term_array = array(); |
| 214 | 214 | |
| 215 | - if ( ! is_array( $excluded_terms ) ) { |
|
| 216 | - if ( ! empty( $excluded_terms ) ) { |
|
| 217 | - $excluded_terms = explode( ',', $excluded_terms ); |
|
| 215 | + if ( ! is_array($excluded_terms)) { |
|
| 216 | + if ( ! empty($excluded_terms)) { |
|
| 217 | + $excluded_terms = explode(',', $excluded_terms); |
|
| 218 | 218 | return; |
| 219 | 219 | } |
| 220 | 220 | $excluded_terms = array(); |
| 221 | 221 | } |
| 222 | 222 | |
| 223 | - if ( $in_same_term || ! empty( $excluded_terms ) ) { |
|
| 224 | - if ( $in_same_term ) { |
|
| 225 | - $term_array = wp_get_object_terms( $post->ID, $taxonomy, array( 'fields' => 'ids' ) ); |
|
| 223 | + if ($in_same_term || ! empty($excluded_terms)) { |
|
| 224 | + if ($in_same_term) { |
|
| 225 | + $term_array = wp_get_object_terms($post->ID, $taxonomy, array('fields' => 'ids')); |
|
| 226 | 226 | } |
| 227 | 227 | |
| 228 | - if ( ! empty( $excluded_terms ) ) { |
|
| 229 | - $excluded_terms = array_map( 'intval', $excluded_terms ); |
|
| 230 | - $excluded_terms = array_diff( $excluded_terms, $term_array ); |
|
| 228 | + if ( ! empty($excluded_terms)) { |
|
| 229 | + $excluded_terms = array_map('intval', $excluded_terms); |
|
| 230 | + $excluded_terms = array_diff($excluded_terms, $term_array); |
|
| 231 | 231 | |
| 232 | 232 | $inverse_terms = array(); |
| 233 | - foreach ( $excluded_terms as $excluded_term ) { |
|
| 233 | + foreach ($excluded_terms as $excluded_term) { |
|
| 234 | 234 | $inverse_terms[] = $excluded_term * -1; |
| 235 | 235 | } |
| 236 | 236 | $excluded_terms = $inverse_terms; |
| 237 | 237 | } |
| 238 | 238 | |
| 239 | - $query_args['tax_query'] = array( array( |
|
| 239 | + $query_args['tax_query'] = array(array( |
|
| 240 | 240 | 'taxonomy' => $taxonomy, |
| 241 | - 'terms' => array_merge( $term_array, $excluded_terms ), |
|
| 241 | + 'terms' => array_merge($term_array, $excluded_terms), |
|
| 242 | 242 | ), |
| 243 | 243 | ); |
| 244 | 244 | } |
| 245 | 245 | |
| 246 | 246 | $get_posts = new wp_query; |
| 247 | - return $get_posts -> query( $query_args ); |
|
| 247 | + return $get_posts -> query($query_args); |
|
| 248 | 248 | wp_reset_postdata(); |
| 249 | 249 | } |
| 250 | 250 | |
@@ -252,18 +252,18 @@ discard block |
||
| 252 | 252 | * Link to the first comic post in same term |
| 253 | 253 | */ |
| 254 | 254 | function first_comic_link() { |
| 255 | - $first = get_comic_boundary_post( true, '', true, 'story' ); |
|
| 256 | - apply_filters( 'the_title', $first[0]->post_title ); |
|
| 255 | + $first = get_comic_boundary_post(true, '', true, 'story'); |
|
| 256 | + apply_filters('the_title', $first[0]->post_title); |
|
| 257 | 257 | |
| 258 | - echo esc_html( get_permalink( $first[0]->ID ) ); |
|
| 258 | + echo esc_html(get_permalink($first[0]->ID)); |
|
| 259 | 259 | } |
| 260 | 260 | |
| 261 | 261 | /** |
| 262 | 262 | * Link to the last comic post in same term |
| 263 | 263 | */ |
| 264 | 264 | function last_comic_link() { |
| 265 | - $last = get_comic_boundary_post( true, '', false, 'story' ); |
|
| 266 | - apply_filters( 'the_title', $last[0]->post_title ); |
|
| 265 | + $last = get_comic_boundary_post(true, '', false, 'story'); |
|
| 266 | + apply_filters('the_title', $last[0]->post_title); |
|
| 267 | 267 | |
| 268 | - echo esc_html( get_permalink( $last[0]->ID ) ); |
|
| 268 | + echo esc_html(get_permalink($last[0]->ID)); |
|
| 269 | 269 | } |