diff --git a/images/dashicon.png b/images/dashicon.png deleted file mode 100644 index 966cee3..0000000 Binary files a/images/dashicon.png and /dev/null differ diff --git a/includes/class-wpliveticker2-widget.php b/includes/class-wpliveticker2-widget.php index 67057fa..236e3b6 100644 --- a/includes/class-wpliveticker2-widget.php +++ b/includes/class-wpliveticker2-widget.php @@ -60,7 +60,7 @@ class WPLiveticker2_Widget extends WP_Widget { } ?> -
' . esc_html__( 'show all', 'wplt2' ) . '...
'; } // @codingStandardsIgnoreLine echo $after_widget; diff --git a/includes/class-wpliveticker2.php b/includes/class-wpliveticker2.php index 14512ce..14224ba 100644 --- a/includes/class-wpliveticker2.php +++ b/includes/class-wpliveticker2.php @@ -200,10 +200,7 @@ class WPLiveticker2 { while ( $wp_query->have_posts() ) { $wp_query->the_post(); - $output .= '' . get_the_time( 'd.m.Y H.i' ) . ' - ' . get_the_title() . '
-' . get_the_content() . '
' . get_the_time( 'd.m.Y H.i' ) . '' - // . '' . get_the_title() . '
' - // . '' . get_the_content() . '
' . esc_html( $time ) . '' + . '' . esc_html( $title ) . '
' + . '' . $content . '