Title: Featured Image Problem
Last modified: August 20, 2016

---

# Featured Image Problem

 *  [TylerLawrence](https://wordpress.org/support/users/tylerlawrence/)
 * (@tylerlawrence)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/)
 * I have a website where I post funny pictures and I set the featured image and
   it takes them directly to the image itself. I want it to take them to the post!
 * For an example Go to my website “Funniestshitonline.com”
    Click on an image then
   click on the title of the post. The title takes you to the post I want it to 
   do the same if you click on the image.
 * Someone Please Help me!
    Im using the theme Fable.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/#post-3263356)
 * Perhaps this will help:
    [http://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages#Inserting_when_Editing.2FCreating](http://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages#Inserting_when_Editing.2FCreating)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/#post-3263358)
 * might be defined in the loop of the front page template of your theme;
 * do you have a (free download) link to the theme?
 *  Thread Starter [TylerLawrence](https://wordpress.org/support/users/tylerlawrence/)
 * (@tylerlawrence)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/#post-3263364)
 * [Here Is The Link](http://www.wpthemess.net/fable-wp-theme/)
 * Yeah There is the link. Ive tried everything. The Front page idea I tried making
   it non clickable, Ive tried adding in the links separately but then decided for
   how many post i plan on doing every week I wouldn’t be able to keep up so i just
   gave up on that idea.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/#post-3263367)
 * try editing _**index.php**_ of the fable theme, this line (occurs twice in line
   21 and line 68 – this pastebin [http://pastebin.com/v0cKXagV](http://pastebin.com/v0cKXagV)
   should help to locate the lines; edit both):
 *     ```
       echo ('<a href="'.$fullsrc[0].'" class="img"><img src="'.$thsrc[0].'" alt="" /></a>');
       ```
   
 * and change it to:
 *     ```
       echo ('<a href="'.get_permalink($post->ID).'" class="img"><img src="'.$thsrc[0].'" alt="" /></a>');
       ```
   
 * (untested)
 *  Thread Starter [TylerLawrence](https://wordpress.org/support/users/tylerlawrence/)
 * (@tylerlawrence)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/#post-3263370)
 * Omg Thanks so much! You are a life saver!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured Image Problem’ is closed to new replies.

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [TylerLawrence](https://wordpress.org/support/users/tylerlawrence/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/featured-image-problem-10/#post-3263370)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
