>
'; if ( has_post_thumbnail() ) { $image = is_single() ? get_the_post_thumbnail( get_the_ID(), 'newspaper-x-single-post' ) : get_the_post_thumbnail( get_the_ID(), 'newspaper-x-recent-post-big' ); } $image_obj = array( 'id' => get_the_ID(), 'image' => $image ); $new_image = apply_filters( 'newspaper_x_widget_image', $image_obj ); $allowed_tags = array( 'img' => array( 'data-srcset' => true, 'data-src' => true, 'srcset' => true, 'sizes' => true, 'src' => true, 'class' => true, 'alt' => true, 'width' => true, 'height' => true ), 'noscript' => array() ); echo ! is_single() ? '' : ''; echo wp_kses( $new_image, $allowed_tags ); echo ! is_single() ? '' : ''; ?>
' . wp_trim_words( get_the_title(), 8 ) . ''; } if ( 'post' === get_post_type() ) : ?> ', '' ); } ?>
' . wp_trim_words( wp_kses_post( get_the_content( esc_html__( 'Read More', 'newspaper-x' ) ) ), 35 ) . '

'; } ?>