Remove Title Link From All WP Show Posts Posts

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

#