Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

rickykpg on "Making feature image clickable in post."

$
0
0

Hello,

My theme automatically adds the featured image into the post. I'm trying to make it so the feature image is clickable to show the full image but so far I've had no luck. I have been able to make it so the image is click-able but it just reloads the post.

I initially posted this in the plugins & hacks section before reading the pinned thread about this section.

Here's the code for the feature image with my changes.

<?php echo ‘<a target=”” href=”‘.get_permalink().’”>’.get_the_post_thumbnail( get_the_ID(), ‘homepage-wide’ ).’</a>’; ?>

Any help would be greatly appreciated.


Viewing all articles
Browse latest Browse all 8245

Trending Articles