Title: Image clickable
Last modified: August 31, 2016

---

# Image clickable

 *  [marcoseduardo](https://wordpress.org/support/users/marcoseduardo/)
 * (@marcoseduardo)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-clickable-1/)
 * 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)

 *  Thread Starter [marcoseduardo](https://wordpress.org/support/users/marcoseduardo/)
 * (@marcoseduardo)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-clickable-1/#post-7378440)
 * …

Viewing 1 replies (of 1 total)

The topic ‘Image clickable’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpf-ultimate-carousel_fd625d.svg)
 * [WpF Ultimate Carousel](https://wordpress.org/plugins/wpf-ultimate-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpf-ultimate-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpf-ultimate-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/wpf-ultimate-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpf-ultimate-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpf-ultimate-carousel/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [marcoseduardo](https://wordpress.org/support/users/marcoseduardo/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/image-clickable-1/#post-7378440)
 * Status: not resolved