Image
-
Hi, I have this code on my site to display images:
<?php $imgproduto = get_post_meta( $post->ID, 'imgproduto', true ); foreach( $imgproduto as $imgproduto){ $attachment_image = wp_get_attachment_image_src($imgproduto['imagem-produto'], 'medium'); echo '<div id="img-produto"><img src="'. $attachment_image[0].'"/></div>'; } ?>
But I want to click on the imagem and open it in full size, how can it be done?
Please Help
https://www.ads-software.com/extend/plugins/wck-custom-fields-and-custom-post-types-creator/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image’ is closed to new replies.