Remove Canvas Magazine Slider Permalinks
$url = get_permalink( $post->ID );
$html .= '<li id="slide-' . $count . '" class="slide" style="' . $styles . '">' . "\n";
$html .= '' . woo_image( 'width=' . $args['width'] . '&link=img&return=true&noheight=true' ) . '' . "\n";
$html .= '<div class="content">' . "\n";
if ( $woo_options['woo_slider_magazine_title'] == 'true' ) {
$html .= '<h2 class="title">' . get_the_title( $post->ID ) . '</h2>'; }
if ( $woo_options['woo_slider_magazine_excerpt'] == 'true' ) {
$html .= '<div class="excerpt"><p>' . woo_text_trim( get_the_excerpt(), $excerpt_length ) . '</p></div>' . "\n";
}