WordPress Fabulous Fluid Pro
		Hello 
I would like that the small slider is directly linked. Nested "a href" are not allowed in html. There is a possibility for this??
function fabulous_fluid_image slider(){
$output .= '
			<span class=\'cover\'></span><h2>' . esc_html( $title ) . '</h2></div>" title="'. esc_html( $title ) . '" href="' . esc_url( $link ) . '">
				' . $image . '
				<div class="caption">
					<span class="vcenter">
						<span class="entry-title">' . esc_html( $title ) . '</span>
						' . $content . '
					</span><!-- .vcenter -->
				</div><!-- .caption -->
			<!-- .slider-box -->';]
	
	
