Reply To: Image post: image isn't linked to the entry – Solution?

#10604
Daniel Tara
Keymaster

For both cases you can change this in functions.php function pinboard_post_image() and pinboard_post_gallery() respectively, replace any instance of:

$image = wp_get_attachment_image_src( $attachment->ID, 'full' ); echo $image[0];

with this:

the_permalink();