<a href="#" class="product" ><img src="<?php echo get_post_meta($post->ID, 'image', true); ?>" width=300 height=224 alt="Producto" /></a>
<a href="<?php echo get_post_meta($post->ID, 'image', true); ?>" class="product" ><img src="<?php echo get_post_meta($post->ID, 'image', true); ?>" width=300 height=224 alt="Producto" /></a>
I have this code in wordpress where I´m calling an image with custom field, I need that this image has a link to the original image.
Anyone can help?.
Thanks.
Can you tell me how to do it?.
Thanks.
Will be like this:
Hope this can help someone else.