How to get the link to original img in a get_post_meta img
-
Hi guys,
I have this problem that have me stop on this new theme I′m creating for a client.
It is about this code:
<a href="#" class="producto" ><img src="<?php echo get_post_meta($post->ID, 'A-imagen-producto', true); ?>" width=300 height=224 alt="Producto" /></a>
I need to have a link to the original image, so when the user click on the small image it takes to the big one.
Maybe there is better ways to do it so please share your thougts!.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get the link to original img in a get_post_meta img’ is closed to new replies.