Site logo

Archived topic

Featured Image Custom URL

4 replies · Started by Andy on June 9, 2017

Viewing posts 1–5 of 5

Hi Tom,

I believe this is a restriction of Wordpress and not specifically GP but is there anyway to get the featured image of a post to point to a custom URL.

I tried entering a URL into the 'Custom URL' field when adding the featured image but it didn't work, I believe it only works for images embedded in the post?.

Basically, when someone clicks the featured image thumbnail on the blog page I'd want it to open the full post as normal and then when they clicked on the full size featured image it would take them to the custom URL.

Do you know if this is possible?

Hmmm, I would prefer people to be able to just click the featured image to be taken to the full post though.

Ahh sorry missed that part :)

Hmm you can try inserting the same image twice, one as the featured image and the other as a static image with a link, then hide the actual featured image on single post with this CSS?

.page-header-image-single {
    display: none;
}

Yeh thanks that might work :)

This archived topic is closed to new replies.