diff --git a/src/Output.php b/src/Output.php index 27881146..374d0826 100644 --- a/src/Output.php +++ b/src/Output.php @@ -319,7 +319,7 @@ private function render_post(\stdClass $post_object, $position = 1) 'img' => ( ! empty($post_thumbnail) ) ? '' . $post_thumbnail . '' : '', 'img_no_link' => $post_thumbnail, 'url' => $permalink, - 'text_title' => $post_title_attr, + 'text_title' => $post_title, 'taxonomy' => $post_taxonomies, 'author' => ( ! empty($post_author) ) ? '' . $post_author . '' : '', 'views' => ( $this->public_options['order_by'] == "views" || $this->public_options['order_by'] == "comments" ) ? number_format_i18n($post_views) : number_format_i18n($post_views, 2),