// Remove the title link from all posts queried via WP Show Posts
add_filter( 'wpsp_disable_title_link', '__return_true' );
// Remove the title link from all posts queried via WP Show Posts
add_filter( 'wpsp_disable_title_link', '__return_true' );