Link to post after clicking image at homepage image format
-
Could you help me to link the image from the main page to post itself but not image box? I made some changes in function file to make it look like this but it doesnt work:
$image = wp_get_attachment_image_src( $attachment->ID, ‘full’ ); ?>
<figure>“><?php echo wp_get_attachment_image( $attachment->ID, ‘image-thumb’ ); ?>
</figure>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Link to post after clicking image at homepage image format’ is closed to new replies.