WebberZone / contextual-related-posts

Contextual Related Posts WordPress plugin
https://webberzone.com/plugins/contextual-related-posts/
38 stars 23 forks source link

Related posts for attachments returns wrong thumbnail #106

Closed ajaydsouza closed 4 years ago

ajaydsouza commented 4 years ago

When viewing related posts/attachments the thumbnail displays the same featured image i.e. of the current post. This is because the attachment ID is itself the image and doesn't need an extra check to get the thumbnail image.

An additional check is needed to see if this an attachment and if so to avoid trying to pull a featured image.

ajaydsouza commented 4 years ago

Fixed in 7fe7eed