Hi,
my Recent Post shows the following Title Tooltip on hover:
Permalink to: “Barbados - Swim with Turtles”
I have found the corresponding code for the recents posts title in my functions.php:
$output .= '<a class="x-recent-post' . $count . ' ' . $image_output_class . '" href="' . get_permalink( $post->ID ) . '" title="' . esc_attr( sprintf( csi18n('shortcodes.recent-posts-permalink'), the_title_attribute( array( 'echo' => false, 'post' => $post->ID ) ) ) ) . '">'
How can I remove the wording “Permalink to:” from the Title?
Michael

