Image clickable
-
I f you need to make images clickable you can edit the file wpf-ultimate-carousel.php (inside wp-content/plugins/wpf-ultimate-carousel).
Original code (Line 189 to 195):
<div class="wpf_slides"> '.$post_thumbnail.' <h2><a style="color:'.$link_color.'" href="'.get_permalink().'">'.ShortenText(get_the_title()).'</a></h2> </div>
Change to:
<div class="wpf_slides"> <a style="color:'.$link_color.'" href="'.get_permalink().'"> '.$post_thumbnail.' <p>'.ShortenText(get_the_title()).'</p> </a> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Image clickable’ is closed to new replies.