Featured Images on single pages link to themselves
-
Topic
-
I’ve got a site where we need featured images assigned to pages so they can be used for the Post Grid builder element we have on the homepage. The post grid on the homepage works as expected. It pulls the featured images and links to the pages. That works great. The single page display shows the featured image at the top and links to itself.
The “Featured Image Link” Page Option for this specific page is set to “Featured image is not a link”. It doesn’t seem to honor this setting.
This site is also using the Featured Image Override Link plugin. Those settings in the Configuration tab in Theme Options are as follows:
Link Override = Featured images link to their posts.
Single Posts = No, do not apply the above override to single posts.This plugin might not even affect the pages since it is geared toward Single Posts.
We have the Super User theme base.
Also, this CSS is putting the top part of the featured image on top of the lower portion of the page title.
article.page>.featured-item { margin: -30px -30px 30px -30px; }
We can override that easily but I though you might want to know about that.
- You must be logged in to reply to this topic.